/*Start of Menu CSS*/
.chromestyle{
font-family: "Century Gothic";
font-size: 10px;
width: 757px;
font-weight: normal;
}

.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: 757px;
background: #857364; /*THEME CHANGE HERE - Brown Color on Menu*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:link, a:visited{
font-size: 10px;
color: #FFFFFF;
padding: 3px 3px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#981E33; /*THEME CHANGE HERE - Burgandy Text Hover Color on Menu*/
background: #F6E9C9; /*THEME CHANGE HERE - Tan Hover Color on Menu*/
}

.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*/
}



.chromestyle_large{
font-family: "Century Gothic";
font-size: 12px;
font-weight:bold;
}

.chromestyle_large ul li a:hover{
color:#981E33; /*THEME CHANGE HERE - Burgandy Text Hover Color on Menu*/
background: #F6E9C9; /*THEME CHANGE HERE - Tan Hover Color on Menu*/
}









.border {
color:#981E33; /*THEME CHANGE HERE - Burgandy Color of Menu dividers*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #F6E9C9; /*THEME CHANGE HERE - Tan Color on Dropdown Menu Background*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #857364; /*THEME CHANGE HERE - Tan Color on Dropdown Menu Border*/
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
font-family: "Century Gothic"; /*Text font of drop down menu*/
font-size: 10px; /*Text size of drop down menu*/
color: #FFFFFF; /*Text color of drop down menu - white*/
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F6E9C9; /*THEME CHANGE HERE - Tan Color on Dropdown Menu Border*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#981E33; /*THEME CHANGE HERE - Burgandy Text Hover Color on Dropdown Menu*/
background-color: #F6E9C9;
}
