@charset "utf-8";

/* #########  Begin Menu Styles  ######### */

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.menustyle ul{
width: 200px;
width: 100%;
background:  url(/images/goldbtn.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}
.menustyle ul li{
display: inline;
}
.menustyle ul li a{
color: #374d4a;
color: #ffffff;
padding: 4px 9px;
margin: 0px;
font-size: 12px; 
text-decoration: none;
}
.menustyle ul li a:hover{
background: url('/images/greenbtn.jpg') repeat-x center; /*THEME CHANGE HERE*/
}
.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(arrow_menu.gif); /*uncomment this line to use an image instead*/
}
/* #########  End Menu CSS ######### */


/* ######### Begin Styles for Drop Down Menu ######### */

.dropmenudiv a{
font-size: 12px; 
line-height: 14px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
display: block;
text-indent: 3px;
border: 1px solid #fff;
margin: 0px 0px 0px 0px;
padding: 6px 6px 6px 10px;
display: block;
background-color:#c9b679;
padding: 3px 0;
width: 200px;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #007c66;
text-decoration: none;
font-weight: bold;
color: #ffffff;
width: 200px;
}
/* ######### End Styles for Drop Down Menu ######### */

