.chromestyle{
width: 99%;
font-weight: bold; font-family: "Trebuchet MS", Times New Roman;
font-size: 10pt;
}

:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-family: "Trebuchet MS", Times New Roman;
font-size: 10pt;
font-weight: bold;
}

.chromestyle ul{
border: 1px solid #486144;
width: 100%;
background: url('chromebg.gif') repeat-x center; /*THEME CHANGE HERE*/
margin: 0;
font-family: "Trebuchet MS", Times New Roman;
font-size: 10pt;
font-weight: bold;
text-align: center; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li{
display: inline;
font-family: "Trebuchet MS", Times New Roman;
font-size: 10pt;
font-weight: bold;
}

.chromestyle ul li a{
font-family: "Trebuchet MS", Times New Roman;
font-size: 10pt;
font-weight: bold;
color: #486144;
margin: 0;
text-decoration: none;
border-right: 1px solid #66ff66; text-align:center; padding-left:2px; padding-right:4px; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li a:hover{
font-family: "Trebuchet MS", Times New Roman; font-size:10pt; font-weight: bold; background: url('chromebg-over.gif') repeat-x center; color: #000000 
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*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 #486144; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font-family: "Trebuchet MS", Times New Roman;
font-size: 10pt;
text-align: left;
line-height:18px;
z-index:100;
background-color: #FAFAEB;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 99%;
display: block;
text-indent: 3px;
border: 1px solid #486144; /*THEME CHANGE HERE*/
font-family: "Trebuchet MS", Times New Roman;
font-weight: bold;
font-size: 10pt;
color: #486144;padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px; text-decoration:none
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EAFADC; color: black; "Trebuchet MS", Times New Roman; font-size: 10pt;
}
