.chromestyle{
font-size: 12px;
top: 96px;
left: 0;
height: 30px;
position: relative;
margin: 0;
padding: 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin: 0;
padding: 0;
}

.chromestyle ul{
margin: 0;
padding: 6px 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font-size: 13px;
display: inline;
margin: 0;
padding: 4px 0;
border-left: 1px solid #cdd7e4;
}

.chromestyle ul li a{
color: #073578;
padding: 6px 5px;
margin: 0;
text-decoration: none;
}
.chromestyle ul li a:visited{
text-decoration: none;
margin: 0;
}

.chromestyle ul li a:hover{
color: #CC0000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #999999; /*THEME CHANGE HERE*/
border-top: 0;
font:normal 11px Arial;
line-height:12px;
z-index:100;
background-color: #eeedeb;
width: 160px;
visibility: hidden;
margin: 5px 0 0 0;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 6px 8px 6px 4px;
text-decoration: none;
color: #073578;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #073578;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #dae1eb;
color: #2d4c9c;
font-weight: bold;
}