.chromestyle{
	/*width: 99%;*/
	background-color:transparent;
	margin-top:170px;
	padding-left:0px;
	color:#2f2f2f;
}

.chromestyle ul{
	width:100%;
	padding:0px;
	margin:0px;
	text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display:inline;
}

.chromestyle ul li a{
	display:block;
	float:left;
	/*min-width:90px;*/
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 4px 3px 4px;
	margin:0px 1px 0px 0px;
	text-decoration: none;
	text-align:center;
	background-color:#9cad7d;
	margin-bottom:4px;
}

.chromestyle ul li a:hover{
	background-color:#ADBB93;
	text-decoration:none;
}

