.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;
border-bottom-width: 0;
border: 1px solid #000000;;
font:normal 11px Arial;
line-height:14px;
z-index:100;
width: 100px;
visibility: hidden;
background-color: #FFFFFF;
border-top: 1px solid #000000;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 2px;
padding: 2px;
color: black;
border-top: 1px solid #000000;;
}

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

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