

.chromestyle{
width: 960px;
height:25px;
background-color:#9D0202;
background-repeat:repeat-x;

}

.chromestyle ul{

width:960px;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	
	float:left;
	display:inline;
	width:95px;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
	height: auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	
	
	
}

.chromestyle ul li a{
	
	
	color:#cccccc;
	
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding: 4px 10px 4px 10px;
}

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

font-size:13px;
color:#FFF;
}

