.chromestyle{
width: 100%;
font: 14px Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-right: 1px solid #343434;
border-bottom: 2px solid #343434;
width: 720px;
height: 37px;
background: #9C8230 /*url(../images/navbg.gif)*/ center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a.navbar{
color: #FFFFFF;
/*padding vert horiz */
padding: 12px 13px;
margin: 0;
height: 37px;
text-decoration: none;
border-left: 1px solid #BBBBBB; /*THEME CHANGE HERE*/
border-right: 1px solid #343434; /*THEME CHANGE HERE*/
/*border-right: 1px solid #CCCCCC; THEME CHANGE HERE*/
/*vertical-align: middle;*/
}

.chromestyle ul li a.navbar:hover{
background: #599C30 /* #20D65C  url(../images/navbg-over.gif)*/ center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:/*normal*/ 13px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #9C8230;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left; /*set value to "left", "center", or "right"*/
}


.dropmenudiv a.navbar{
width: 100%;
height: 26px;
padding: 0px 5px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 2px;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a.navbar:hover{ /*THEME CHANGE HERE*/
background-color: /*#0940AA;*/ #599C30;
color: #FFFFFF;
}