.chromestyle{
width: 1002px;
height: auto;
color:#FFFFFF
}

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

.chromestyle ul{
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
width: 100%;
height: auto;
color: #ffffff;
background: url(bg1.jpg) center center repeat-x;
padding: 4px 0;
padding-top: 7px;
padding-bottom: 7px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 38px 10px;
margin: -2px;
padding-top: 7px;
padding-bottom: 7px;
text-decoration: none;
border-right: 1px solid #520300 /*THEME CHANGE HERE*/
}

.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(bg2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
}


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

.dropmenudiv{
position:absolute;
margin-top: -1px;
top: 0;
border-bottom-width: 0;
font:normal 12px "Century Gothic";
color: #ffffff;
line-height:18px;
z-index:100;
background: url(chromebg3-over.jpg) center center repeat-x;
width: 200px;
border: 1px solid #333333;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
font:normal 14px "Times New Roman", Times, serif;
text-align:left;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333333; /*THEME CHANGE HERE*/
background: url(bg2.jpg) center center repeat-x;
padding: 2px 0;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 3px;
text-decoration: none;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background: url(chromebg3-over.jpg) center center repeat-x;
}