.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: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana; font-size:12px; color:#666666;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
background-color: #eaeaea;
margin-top:2px;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ee1d25;
border-right: 0px;
font-family: Verdana; font-size:12px; color:#666666;
padding: 4px;
text-decoration: none;
background-color: #eaeaea;
}

.dropmenudiv a:visited{
text-decoration: none;
}

.dropmenudiv a:hover{
background-color: #FFFFFF;
}
