.chromestyle{
width: 99%;
font-weight: bold; text-decoration:none;
}

.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:#4f4a3f;
	font:normal 11px Verdana; font-weight:normal; text-decoration:none;
	line-height:22px;
	z-index:100;
	background-color: #f9ebca;
	width: 200px;
	visibility: hidden;
	text-indent:10px;
	border: 2px solid #ca9424;
}


.dropmenudiv a{
width: auto;
display: block;
height:22px;
border-bottom: 1px solid #eeba40;
text-indent: 11px;
padding: 0px 0;
font-weight: normal; text-decoration:none;
color:#4f4a3f;
background-image:url(../images/drop_up.jpg);

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#950026;
font-weight: normal; text-decoration:none;
background-image:url('../images/droppp.jpg');
}