.chrome{height:24px; float:left; background-color:#e2be8c; 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;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
position:absolute;
top: 0;
border: 1px solid #401c02; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #e2be8c;
width: 400px;
visibility: hidden;
color:#5c5c5c;
font-weight:normal;
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 #401c02; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #2f2f2f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
text-decoration:none;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
color:#5c5c5c;
text-decoration:none;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #401c02;
color:#fff;
text-decoration:none;
}
