.chromestyle{
width: 99%;
font-weight: bold;
}

img, a { border: 0px; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
	display: block;
}

.chromestyle ul li a{
color: #494949;
margin: 0;
text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0;
	border: 1px solid #a40000; /*THEME CHANGE HERE*/
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #780001;
	width: 200px;
	visibility: hidden;
	position: absolute;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #a40000;
}
