.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: 0px;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px "Trebuchet MS";
z-index:9005;
background-color: #010b11;
/*background: transparent url(images/nav_button_home.png) ;*/
width: 142px;
visibility: hidden;
}
.dropmenudiv a {
width: auto;
display: block;
border-top: 1px solid #a1babd; /*THEME CHANGE HERE*/
padding: 8px 14px 8px 14px;
text-decoration: none;
text-align: center;
/*text-indent: 8px;*/
color: #dee4de;
}
.dropmenudiv a.lower {
    padding-bottom: 15px;
}
* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #ef5091;
color: #FFFFFF;
}
#dropmenu2 {
    width: 124px;
}
#dropmenu3 {
    width: 146px;
}