.chromestyle{
width: 890px;
font-weight: bold;
padding-left:0px;
background: url(../test/images/yellow-nav.gif); /*THEME CHANGE HERE*/
}

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

.chromestyle ul{

width: 890px;

padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-weight:bold;
padding: 4px 0px;
margin: 0 2px;
text-decoration: none;
border-right: 1px solid #FFCA79; /*THEME CHANGE HERE*/
}
.chromestyle a.last:link, .chromestyle a.last:visited, .chromestyle a.last:hover
{
		border-right-style:none;
		}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffffff;
font-weight:bold;
padding: 4px 0px;
margin: 0 2px;
text-decoration: none;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FC9A0A;
border-bottom-width: 1;
font:normal 12px "Trebuchet MS", arial, sans-serif;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;

padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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