.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;
top: 0;
margin-top:2px;
border-bottom-width: 0;
font-size:13px;
font-family:"Times New Roman", Times, serif;
line-height:18px;
z-index:100;
background-color: #FFF;
width: 200px;
visibility: hidden;
text-align:left;
color:#457a91;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
opacity: .9;
border:solid 1px #ececec;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color:#457a91;
padding-left:6px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #597391;
color:#FFF;
}