.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: 11px;
	color:#D8ABAE;
	font:normal 12px arial;
	line-height:20px;
	font-weight:normal;
	z-index:100;
	visibility: hidden;
	margin-left:0px;
}

.dropmenudiv a{
width: auto;
display: block;
height:20px;
padding: 0 0 0 0;
line-height:20px;
padding-top:5px;
font:normal 12px arial;
text-decoration: none;
color:#D8ABAE;
font-weight:normal;padding-left:10px;
background-color: #94151F;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#000000;
padding-left:10px;
padding-top:5px;
/*background-color: #ebebeb;*/
color:#ffffff;
}
