#chromemenu{
}

#chromemenu: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:40px;border: 1px solid #008835; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:1;
background-color: #3e76ff;
width: 300px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #000000 /*Theme Change here*/
padding: 2px 0;
text-decoration: none;

color: #FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #000000;
}
