.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;
left:0;
top:0;
margin-top: -6px;
margin-left: 2px;
border: 1px solid #c0bebe; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:27px;
z-index:9005;
background-color: #184479;
/*background-image: url(../images/bg.jpg);*/
width: 122px;
visibility: hidden;
}
.dropmenudiv a {
width: auto;
display: block;
border-bottom: 1px solid #c0bebe; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
text-align: left;
text-indent: 8px;
color: #ebe8e8;
}
* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #184479;
color: #FFFFFF;
}
#dropmenu2 {
    width: 154px;
}