.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;
margin-top:5px;
margin-left:50px;
top: 0;
padding:5px 5px  10px 5px;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-top-width:0;
font:normal 11px Verdana;
z-index:100;
background:#FFFFFF;
width:auto;
visibility: hidden;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

