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

.chromemenu{
width: 100%;
font-weight: bold;
}

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

.chromemenu ul{
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(../menu_bar/topbar_r3_c2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
	color: #FFFFFF;
	padding: 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.chromemenu ul li a:hover{
	background-image: none;
	background-position: center center;
}

.chromemenu ul li a.selected{
background: url(chromebg2.gif) center center repeat-x;
}
