.chromestyle{
width: 99%;
font-family: verdana;
font-size: 8pt;
color:#1B3930;
font-weight:lighter;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: inline; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 6px 20;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 6px 20px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
	background-color: #FFFFFF;
	background-image: url(chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: verdana;
	color:#1B3930;
	font-size: 8pt;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
