.nav a{
	color:#2F2200;
	font-family:Palatino Linotype;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	background-color: #D7DFBA;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-top-color: #D7DFBA;
	border-color: D7DFBA;
	border: 2px;
}
.nav a:hover {
	color:#2C1700;
	font-family:Palatino Linotype;
	font-size:14px;
	font-weight:bold;
	background-color: #FFDFB4;
	text-decoration: none;
}
.nav {
	color:#000000;
	font-family:Palatino Linotype;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background-color: #FFCCCC;
	width: 200px;
	padding: 5px;
	border-bottom: #FFCCCC 5px;
}

.main {font-family:Palatino Linotype; color:#000000; }

.chromestyle{
width: 100%;
border: 0;
}

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

.chromestyle ul{

width: 100%;
padding: 0px;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 5px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
background: #2853A1;
}

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


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #D
&DFBA; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	text-align: left;
	line-height:18px;
	z-index:100;
	background-color: #D7DFBA;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc3333,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: "Palatino Linotype";
	font-size: 14px;
	font-weight: bold;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-top: 2px solid #D7DFBA;
	;
	border-bottom: 2px solid #C7CFAC; /*THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	font-size: 14px;
	color:#2F2200;
	text-align: left;
	padding-left: 12px;
	border-left: 2px solid #C7CFAC;
	border-right: 2px solid #C7CFAC;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
	color:#2F2200;
	font-size: 14px;
	text-align: left;
	padding-left: 12px;
	border-bottom-color: #669900;
	border-top-color: #669900;
	border-color: 669900;
}

