.chromestyle{
width: 100%;
font-weight: normal;
}

.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: 1px solid #BCBCBC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
background-color: #EFEFEF;
width: 90px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #BCBCBC; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #565656;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CFCFCF;
font-weight: normal;
color: #565656;
}