

.chromestyle{
position:absolute;
left:50%;
width:900px;
margin-left: -450px;
height:25px;
background-image:url(../images/barmenu.png);

}

.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;
}


