.chromestyle{
margin-top: 0px;
width: 1000px;
height: 17px;
font-size:14px;
z-index:2;
font-family:Arial;
background-color:#dfffa6;
letter-spacing:0.2px;
font-stretch:normal;

font-style:normal;
font-weight:normal;
font-variant: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: 0px solid #dfffa6;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
font-size:12px;
padding: 0px 27px;
margin: 0;
text-decoration: none;
font-weight:bold;
border-right: 0px solid #FFFFFF;
}

.chromestyle ul li a:hover{
vertical-align:top;
background-color:#99bf54;
color:#ffffff;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(images/dwn_arrow.png); /*uncomment this line to use an image instead*/
/*margin-top: 0px;*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin:0;
position:absolute;
z-index:300;
background-color:#dfffa6;
visibility: hidden;
text-align:left;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
color:#000000;
font-family:Arial;
font-stretch:normal;
font-size:12px;
font-size-adjust:inherit;
font-style:normal;
font-weight:normal;
font-variant:normal;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 2px;
text-align:left;
border-left-color:#99bf54;
border-right-color:#99bf54;
border-bottom-color:#99bf54; /*THEME CHANGE HERE*/
padding: 2px 0;
color: #000000;
font-family:Arial;
font-stretch:normal;
font-size:12px;
font-size-adjust:inherit;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-decoration:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ffffff;
background-color: #99bf54;
border: 1px solid #99bf54; /*THEME CHANGE HERE*/
font-family:Arial;
font-stretch:normal;
font-size:12px;
font-size-adjust:inherit;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-decoration:none;
}
