/* CSS Document */
.chromestyle{
width: 99%;
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{
width: 100%;
padding: 4px 7px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #9c8657;
}

.chromestyle ul li a{
color: #9c8657;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 3px solid #9c8657; /*THEME CHANGE HERE*/
font:Bold 14px Arial-black, Helvetica, sans-serif;
word-spacing:5px;
}






/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;

border: 1px solid #9c8657; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px Arial-black, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
FILTER: Alpha(Opacity=80);
opacity: 0.9;
/*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;
font:normal 14px Arial-black, Helvetica, sans-serif;
border-bottom: 1px solid #9c8657; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:bold;
color: #035406;


}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9c8657;
color:#FFFFFF;

}

