@charset "utf-8";
/* CSS Document */

#chromemenu{
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 100%;
	background: url(media/chromebg.gif) center center repeat-x;
	margin: 0;
	text-align: left;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #969288;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#chromemenu ul li a:hover{
	background-image: url(../images/bg_nav_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
