.chromestyle{ width: 970px; margin-left:auto; margin-right:auto;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #03529a; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
font-family:Verdana, Arial; font-size:11px;}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #03529a; /*THEME CHANGE HERE*/
padding: 5px 20px 5px 10px;
text-decoration: none;
background-color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #03529a;
}