/*begin CSS*/
/* GOLD RGB - 237,169,13; Hex - #EDA90D */
/* MAROON RGB - 128,0,0;  Hex - #800000 */


.chromestyle{
width: 99.9%;
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{
border-left: 2px solid #DAA520;
border-top: 2px solid #DAA520;
border-right: 2px solid #DAA520;
width: 100%;
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #DAA520;
padding: 4px 0;
width: 100px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DAA520;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #DAA520; /*THEME CHANGE HERE*/
border-bottom-width: 2px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: maroon;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=13); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #DAA520; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #DAA520;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}