.chromestyle{
width: 100%;
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: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; */
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px ;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; */
}

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


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border-top: 0px solid #638d3d;
border-bottom: 5px solid #9f654f;
padding:2px 0px 4px 0px;
background-color:#e0d1a8;
line-height:20px;
z-index:100;
margin-top:-1px; /*makes div fit snug against to the nav tab*/
visibility: hidden;
font:bold 12px Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
text-align:left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 9px;
padding: 7px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-decoration: none;
font-weight: bold;
color: #713321;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#f4f3d7;
}
