.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{
position:absolute;
top: -1px;
border: 1px solid #094fa3; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:VISITED {
width: auto;
color: #094fa3;
text-align: left;
display: block;
text-indent: 3px;
border-bottom: 1px solid #094fa3; /*THEME CHANGE HERE*/
padding: 2px 0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
text-decoration: none;
background-color: #094fa3;
}
