.chromestyle{ color: #000; font-size: 10pt; font-family: "trebuchet ms"; width: 705px; font-weight: 900; text-align: center; height: 21px; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul { background: #016ea7 url(buttons/button_back.gif) repeat-x center; width: 100%; text-align: center !important; margin: 0; padding-top: 1px; padding-right: 0; padding-left: 0; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li { display: inline; }

.chromestyle ul li a{ color: #000; text-decoration: none; margin: 0 19px; padding: 8px 6px !important; border-right: 0 solid #f5f5f5; border-left: 0 solid #fff; }

.chromestyle ul li a:hover{ color: #fff; background-position: 0 0; 
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ font-size: 9pt; font-family: "trebuchet ms"; font-weight: normal; font-style: normal; font-variant: normal; background-color: #41c208; background-repeat: repeat; background-attachment: scroll; position:absolute; width: 240px; z-index: 100; visibility: hidden; margin-top: -6px; border: solid 0 #000; FILTER: Alpha(Opacity=95, FinishOpacity=95, Style=2); filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px dotted #000; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000; font-weight: bold; background-image: url(buttons/button_back.gif); background-repeat: repeat-x; background-attachment: scroll; width: 100%; }