#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:0px;border: 1px solid #CCCCCC; /*Theme Change here*/
border-bottom-width: 1;
font:normal 12px Arial;
line-height:28px;
z-index:1;
background-color: #000000;
width: 210px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-top: 1px solid #CCCCCC;
padding: 1px 1;

text-decoration: none;

color: #FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FF007A;
}