.chromestyle{
width: 100%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
/*border-bottom:1px solid #d3e4ee;
*/
}

.chromestyle ul{
width: 100%;
padding:3px 0px;
margin:0;
text-align:left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 2px 8px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #FFFFFF;*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
vertical-align:top;
}

.chromestyle ul li a:hover{
	color:#E5E5E5;
	padding: 2px 8px;
}

.dropmenudiv{
font-size:11px;
position:absolute;
top: 0;
font-family:Arial, Helvetica, sans-serif;
line-height:12px;
z-index:100;
background-color: #3c5b89;
width: 200px;
visibility: hidden;
color:#3c5b89;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px; /*THEME CHANGE HERE*/
	padding: 3px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #DEE3E7;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3c5b89e;
	border-bottom-color: #333333;
	border-left-color: #3c5b89;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1E2B62;
color:#FFFFFF;
border-right:2px solid #DC1212;
/*border-left:2px solid #DC1212;
*/}