.chromestyle{


}

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

.chromestyle ul{
 /*THEME CHANGE HERE*/
padding:0px 0 0 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	line-height:35px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	color:#FFFFFF;
}
.chromestyle ul li a{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#004c94;
	display:block;
	text-align:center;
	line-height:0px;
	padding:17px 0px 17px 0px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 175px;
	font-size:11px;
	visibility: hidden;
   filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	left: 12px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#606060;
margin-left:10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#C00;
}

