.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:#3e3e3e;
	font:normal 14px arial;
	line-height:14px;
	font-weight:normal;
	z-index:100;
	visibility: hidden;
	margin-top:-1px;
	margin-left:0px;
}

.dropmenudiv a{
width: auto;
display: block;
height:22px;
padding: 0 0 0 0;
font:normal 14px arial;
text-decoration: none;
color:#3e3e3e;
font-weight:normal;padding-left:15px;
}

* 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:15px;
background:url(../images/drop_arrow.jpg) no-repeat left top;
}