.chromestyle{
width: 100%;
font-weight: normal;
}

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

.chromestyle ul{
border-top: 0px solid #ADED7C;
border-bottom: 0px solid #ADED7C;
width: 100%;
/* background: url(../images/chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: #91ac7c center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.current{
/* background: url(../images/chromebg3-over.gif) center center repeat-x;  */
background: #708D59 center center repeat-x;
}

.chromestyle ul li a{
/* color: #494949;  */
color:white;
padding: 4px 20px;
margin: -2px;
text-decoration: none;
border-right: 0px solid #ADED7C; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/* background: url(../images/chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: #708D59 center center repeat-x; /*THEME CHANGE HERE*/
text-decoration:none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "  " url(../images/down.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #ADED7C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:14px;
z-index:100;
background-color: white;
width: 100px;
text-align: left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/* border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
border: 1px solid #91ac7c; /*THEME CHANGE HERE*/
border-top-width: 0;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #2D3824;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/* background-color: #EAFADC;  */
background-color: #91ac7c;
color:white;
text-decoration:none;
}
