.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-bottom-width: 0;
margin-top:9px;
font-family:"Trebuchet MS";
font-size:12px; 
line-height:20px;
z-index:100;
border-bottom:1px solid #999999;
background-color: #04618d;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#808789,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
font-family:"Trebuchet MS";
display: block;
text-indent: 3px;
padding: 5px;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000000;
	background:#eae9e9;
}
