.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;
border: 1px solid #eee; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:arial,sans-serif;
font-size:10px;color:#555;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: #eee;
width: 275px;
visibility: hidden;
text-align:left;
filter:alpha(opacity=90);  
opacity: 0.9;  
text-transform:none;
}


.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: #555!important;
filter:alpha(opacity=90);  
opacity: 0.9;  
}

.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: #fc0;
color:#333;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #2ca6d2;
border-bottom: 1px solid #369;
color:white;
}