

.chromestyle{
position:absolute;
left:50%;
width:875px;
margin-left: -437.5px;
top:265px;
height:25px;
background-color:#C8C8C8;

}

.chromestyle ul{
	
margin: 0;
text-align: inherit;
/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{

	float:left;
	display:inline;
	width:135px;
	list-style-type: none;
	text-align:center;
	cursor: pointer;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	
}

.chromestyle ul li a{
	color:#000000;
	width:135px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;

	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/


font-weight:bold;
font-size:14px;
color:#000;
}


