.chrome{height:21px; float:left; background-color:#eaedee; margin:4px 0px 0px 6px;}

.chrome:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}
#chromemenu{height:18px;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
position:absolute;
top: 0;
border: 1px solid #777777; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color: white;
width: 400px;
visibility: hidden;
color:#000;
font-weight:normal;
font-size:11px;
text-decoration:none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv1 a{
width: 400px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #b8b8b8; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
text-decoration:none;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
color:#000;
text-decoration:none;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #e9e9e9;
color:#000;
text-decoration:none;
}