.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:#ffffff;
	font:normal 12px arial;
	line-height:25px;
	z-index:100;
	background-color: #CCCCCC;
	width: 208px;
	visibility: hidden;
	text-indent:2px;
	margin-top:15px;

}


.dropmenudiv a{
width: auto;
display: block;
height:25px;
text-indent: 2px;
padding: 0px 0;
text-decoration: none;
color:#ffffff;


}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#f79521;

}