.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: -10px;
	left: 0;
	color:#4f4f4f;
	font:normal 12px arial;
	line-height:25px;
	z-index:100;
	background-color: #fdfefc;
	-moz-opacity:0.8;
	filter: alpha(opacity=80); 
	width: 111px;
	visibility: hidden;
	text-indent:10px;
}


.dropmenudiv a{
width: auto;
display: block;
height:25px;
text-indent: 10px;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color:#4f4a3f;


}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#999999;

}