.chromestyle{
width: 100%;

font-weight: 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #000000;
width: 100%;

/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 5px 0;
padding-left: 20px;
padding-top: 2px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right" of entire menu*/
}

.chromestyle ul li{
display: inline;
background-color: #000000;
}

.chromestyle ul li a{
color: #ffffff;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
padding: 6px 7px;
margin: 0px;
text-decoration: none;
text-align: center;
border-right: 1px solid #DADADA;
/*border-left: 1px solid #DADADA;*/
}


.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
color: #ffffff;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
text-align: center;
background-color: #878200;
padding: 6px 7px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a.active{
 /*THEME CHANGE HERE*/
color: #ffffff;
font-family: Tahoma;
font-weight: 0;
font-size: 12px;
background-color: #878200;
padding: 6px 7px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: ""; 
/*content: " " url(menuspace.gif); /*uncomment this line to use an image instead */
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font-size: 10px;
font-family: Tahoma, Verdana, Arial, Helvetica;
line-height:12px;
z-index:100;
background-color: #f4f3d1;
width: 200px;
visibility: hidden;


}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
 /*border-top: 1px solid #bdba4c;THEME CHANGE HERE*/
padding: 2px 0;
border-bottom: 1px solid #bdba4c;
text-decoration: none;
text-align: left;
font-weight: 0;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bdba4c;
font-family: Tahoma, Verdana, Arial, Helvetica;
color: #000000;
}
