.chromestyle{
width: 99%;
font-weight: bold;
}

.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, .dropmenudiv2 {
position:absolute;
top: 0px;
right:0px;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:arial,sans-serif;
font-size:9pt;color:#fff;
font-weight:normal;
line-height:18px;
background-color: #777;
width: 240px;
visibility:hidden;
text-align:left;
z-index:100;
}


.dropmenudiv a, .dropmenudiv2 a, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff!important;
}

.dropmenudiv2 {
border: 1px solid #4b91cd; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
background-color: #4b91cd;
filter:alpha(opacity=90);  
opacity: 0.9;  
}

.dropmenudiv2 a, .dropmenudiv2 a:visited {
text-indent: 1em;
border-bottom: 1px solid #4b91cd; /*THEME CHANGE HERE*/
padding: 2px 0;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d30;
color: #1f4e72;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #d30;
border-bottom: 1px solid #369;
color:white;
}