/* ######### Chrome Main Menu Bar CSS ######### */

.chromemenu{
	width: 720;
	font-size: font-weight: bold;
	font-size: 12px;
	font-family: Arial, verdana, sans-serif;
	text-decoration: none;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
	border: 0px solid #BBB;
	margin: 0;
	padding: 10px 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
	display: inline;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.chromemenu ul li a{
color: #0E0D0D;
padding: 11px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromemenu ul li a:hover{
background: center center repeat-x;
}

.chromemenu ul li a.selected{
background: center center repeat-x;
}