.chromestyle{
width: 100%;
font-weight: bold;
color:black;
font-size:12px;
}

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

.chromestyle ul{
width: 100%;
background-image:url('images/nav bar.jpg');
background-repeat:repeat-y;
padding:0;
margin: 0;
height:auto;
}

.chromestyle ul li{
display: inline;
color:white;
font-family:Arial;
}

.chromestyle ul li a{
color: Black;
padding: 0px;
margin: 0;
text-decoration: none;
font-family:Arial;
/*border-right: 1px solid #faf5d1;*/
}
.chromestyle ul li a:hover{
color: White;
padding: 0px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #faf5d1;*/
}

.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(images/nav bar.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
font-size:11px;
position:absolute;
margin-top:-4px;
top: 0;
border: 1px solid #FAF5D1; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background:#d7ac4d;
background-repeat:repeat;
width:200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
 font-size:11px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FAF5D1; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

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

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