.chromestyle{
width: 100%;
font-size:14px;
height:32px;
color:#000000;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 8px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
padding:0px 16px 0px 16px;
}

.chromestyle ul li a{
color:#000000;
}

.chromestyle ul li a:hover{
color:#B30000;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-left:-16px;
position:absolute;
	line-height:24px;
	z-index:auto;
	background-color: #828476;
	width: 110px;
	visibility: hidden;
	color:#fff;
	height:auto;
	margin-top:4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.dropmenudiv a{
	width: 110px;
display: block;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#FFFFFF;
	background-position: 4px 10px;
	background-color: #B30000;
	background-image: url(../Images/sub-arrow.gif);
	background-repeat: no-repeat;
}