.chromestyle{
width: 100%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: #FFFFFF; /*THEME CHANGE HERE*/
padding: 4px 0px;
margin: 0px;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:0px;
padding:0px;
margin-left:-4px;
}

.chromestyle ul li a{
color: #00509f;
padding: 4px 5px 4px 5px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #00509f;
}

.chromestyle ul li a:hover{
background: #00509f; /*THEME CHANGE HERE*/
color:#FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#003366;
	width: 220px;
	visibility: hidden;
	text-align:left;
	padding:3px 0px 3px 0px;
	
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight:normal;
color: black;
color:#FFFFFF;
padding:4px 3px 4px 3px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
padding:4px 3px 4px 3px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #014d99;
color:#FFFFFF;
}
