.chromestyle{
/*width: 99%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight: bold;*/
position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	/*border-top:4px solid #B30000;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;

padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{

display: inline;
padding: 4px 5px;
}

.chromestyle ul li a{

/*padding: 4px 5px;
margin: 0;
color:#E87400;
text-decoration: none;*/
display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;
}




.chromestyle ul li a:hover, .chromestyle ul li a.current{ /*script dynamically adds a class of "selected" to the current active menu item*//*color:#000000;
background:#FF9966;*/
color:#B30000;
	background:#fff url(bgON.gif) no-repeat top right;
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px  dotted  #333333; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:28px;
z-index:100;
/*background:#FF9966;*/background:#fff url(bgON.gif) no-repeat top right;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #BBB; /*THEME CHANGE HERE*/
padding: 1px 5px;
text-decoration: none;
color: #B30000;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}