

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle { 
padding-top:32px;
}
.chromestyle ul{
border: 0px solid #BBB;
width: auto; /*THEME CHANGE HERE    background: url(chromebg.gif) center center repeat-x;*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x;THEME CHANGE HERE*/
color:#FFF;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #7c644c; /*THEME CHANGE HERE*/
border-top-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #486273;
visibility: hidden;
}


.dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding-top: 3px;
padding-left: 2px;
padding-right: 6px;
text-decoration: none;
color: #f5e1bf;
}

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



 A:link {	
    font-family: Copperplate Gothic Light, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #f5e1bf;
	text-decoration: none;
	}
A:visited {	
	font-family: Copperplate Gothic Light, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #f5e1bf;
	text-decoration: none;
	}
 A:active {	
	font-family: Copperplate Gothic Light, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #f5e1bf;
	text-decoration: none;
	}
	
 A:hover {	
	font-family: Copperplate Gothic Light, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color:#3e5666;
	}
	
