.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: 0;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #B8DE67;
width: 180px;
visibility: hidden;
float:left;
border-left:none;
font-weight:normal;

}


.dropmenudiv a{
width: 180px;
display: block; /*THEME CHANGE HERE*/
padding: 1px 3px;
text-decoration: none;
font-weight: normal;
color: black;
float:left;
border-left:none;
font:normal 10px Verdana;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6FAC12;
color:#fff;
}
