.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 dotted #d3e4ee;

}

.chromestyle ul{
width: 100%;
padding:4px 0px;
margin:0;
text-align:center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #0C73AF;
padding: 4px 7px;
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{
background-color:#0C73AF;
color:#FFFFFF;
padding: 4px 7px;
}

.dropmenudiv{
font-size:11px;
position:absolute;
top: 0;
font-family:Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
background-color: #d2e3ed;
width: 200px;
visibility: hidden;
color:#2D4265;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #a3c4da; /*THEME CHANGE HERE*/
padding: 3px 6px;
text-decoration: none;
font-weight: bold;
color: #0C73AF;
border-right:4px solid #0C73AF;
background-color: #d2e3ed;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0C73AF;
color:#FFFFFF;
border-right:4px solid #d2e3ed;

}