.chromestyle{
width: 100%;
font-weight: 400;
}

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

.chromestyle ul{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
/*width: 100%;*/
background: url(../scripts/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 25px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 7px 25px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: 600;
text-transform: uppercase;
}

.chromestyle ul li a:hover{
background: url(../scripts/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #000;
}
.chromestyle ul li a.activemode{
	color: #ffcc33;
	background: url(../scripts/chromebg-active.gif) center center repeat-x;
}
.chromestyle ul li a.activemode:hover{
	color: #ffcc33;
	background: url(../scripts/chromebg-active.gif) center center repeat-x;
}
.chromestyle ul li a.activemode2{
	color: #ffcc33;
	background: url(../scripts/chromebg-active2.gif) center center repeat-x;
}
.chromestyle ul li a.activemode2:hover{
	color: #ffcc33;
	background: url(../scripts/chromebg-active2.gif) center center repeat-x;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "-v";*/
/*content: " " url(../scripts/chromebg-down.gif);*/ /*uncomment this line to use an image instead v */
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: 600;
text-transform: uppercase;
line-height:24px;
z-index:100;
background-color: white;
width: 390px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 25px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 10px 2px 5px;
text-decoration: none;
font-weight: 400;
color: #999;
}

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

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

.dropmenudiv a.onmode{
	background-color:#336633;
	color: #ffcc33;
}

.dropmenudiv a.onmode:hover{
	background-color:#336633;
	color: #ffcc33;
}