.chromestyle{
width: 99%;
}

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

.dropmenudiv{
position:absolute;
top: 0;
margin-top:0px;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:26px;
z-index:100;
background-color: #052d5b;
width: 300px;
text-align:left;
color:#ffffff;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0d4684; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#ffffff;
padding-left:6px;
}

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

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