.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;
margin:9px -20px 0 0;
top: 0px;
border: none;
border-bottom-width: 0;
font-family:arial,sans-serif;
font-size:10px;color:#000;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: #f48520;
width: 200px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a, .dropmenudiv2 a, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #eee; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000!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: #39c;
color:#fff;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #2ca6d2;
border-bottom: 1px solid #369;
color:white;
}