.chromestyle{
width:948px;
clear:both;   
font-family: 'HelveticaLTStdCondensed';
font-size:16px;
text-transform:uppercase;
color:#fff;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 948px;
overflow:auto;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/

list-style-type:none;
}

.chromestyle ul li{
	height:18px;
	float:left;
	padding:15px 30px;
	background:url(../images/nav-sep.jpg) no-repeat top right;
}
.chromestyle ul li a{
	height:46px;
	color: #fff;
	margin: 0;
	text-decoration: none;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
	color: #000;
}

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

.dropmenudiv{
position:absolute;
top:0;
margin-top:13px;
margin-left:-30px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 'HelveticaLTStdCondensed';
font-size:16px;
line-height:18px;
z-index:100;
background-color: white;
width: 230px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 13px 10px;
text-decoration: none;
color: #fff;
height:18px;
background:url(../images/nav-bg.jpg) repeat-x;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000;
}