.chromestyle{
width:820px; padding:0 0; text-align:center;  margin-left:0px; margin-bottom:0px;text-transform:uppercase;
 height:46px; margin-top:0px; z-index:1000; 

}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
clear: both; 
visibility: hidden;
height:46px; 
margin: 0;

}

.chromestyle ul{
width:814px;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 17px 0;
text-align: left; /*set value to "left", "center", or "right"*/
position:absolute;

}
	*:first-child+html  .chromestyle ul{
width:818px;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 17px 0;
text-align: left; /*set value to "left", "center", or "right"*/
position:absolute;
margin-left:-410px;
}

	* html .chromestyle ul{
width:818px;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 17px 0;
text-align: left; /*set value to "left", "center", or "right"*/
position:absolute;
margin-left:-410px;
z-index:900;
}

.chromestyle ul li{
display: inline;
height:46px;
padding:10px 0 0 0;
}

.chromestyle ul li a{
color: #fff;
padding: 20px 18px;
margin: 0;
height:46px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 100%;
background:url(divide.gif) no-repeat;
background-position: right; 
}

.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; color:#fff; text-decoration:none; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:-5px;
border: 1px solid #b50130; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background:#b50130;
width: 194px;
visibility: hidden;
z-index:500000;
padding:0 0 8px 4px;
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: 3px;
border-bottom: 1px solid #b50130; /*THEME CHANGE HERE*/
padding: 2px 0 0 10px;
text-decoration: none;
color: white;
text-align:left;
background:url(../images/navweet.gif) no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b50130;
color:#f79f1a;
}