.chromestyle{
	width: 99%;
	font-weight: bold;
	margin-top:2px;
}

.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: 1px solid #EEEEEE; /*THEME CHANGE HERE*/
	border-bottom-width:0px;
	line-height:18px;
	z-index:100;
	background-color: #C62929;
	width: 140px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom:solid 1px #EEEEEE;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: white !important;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #555;
	color: white !important;
}