#chromemenu{
	width: 100%;
	font-size: 16px;
	font-family: "ºÚÌå";
	line-height: 31px;
	color: #FFFFFF;
}

#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(../images/topbx.gif) center center repeat-x;
	margin: 0;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	line-height: 31px;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #FFFFFF;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	font-family: "ºÚÌå";
	line-height: 31px;
	background-position: center center;
}

#chromemenu ul li a:hover{
	background: url(../images/topbdc.jpg) center center repeat-x;
	line-height: 30px;
	text-decoration: none;
}


