
.chromestyle {
	font-size: 11px;
	font-family:  Arial,tahoma, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	vertical-align:middle;
	width: 980px;
	 }
.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%;
	text-align: left;
	vertical-align:middle;
	margin: 0;
	padding: 15px 0 0 23px; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline; }
	
.chromestyle ul li a {
	color: #4B1607;
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none; }

.chromestyle ul li a:hover {
	color: #C13B0B;
	 
	
	 }

.chromestyle a:hover.current span {
 
	color: #C13B0B;
}


.chromestyle a:link.current, .chromestyle a:visited.current {
 
	color: #C13B0B;
}

/*THEME CHANGE HERE*/
/*.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 {
	font: 11px  Verdana;
	position:absolute;
	top: 0;
	z-index:100;
	text-align: left;
	line-height:20PX;
	width: 146px;
	visibility: hidden;
	border-color: #cbc7bf;
	border-style: solid;
	border-width: 1px 1px 6px;

}
.dropmenudiv a {
	display: block;
	text-decoration: none;
	color: #514a3e;
	font-weight: normal;
	background-color: #f7f6f2;
	padding: 2px 0 2px 13px; }
.dropmenudiv a:link {
	color: #514a3e;
	font-weight: normal;
	text-decoration: none;
	background-color: #f7f6f2;
	display: block;
	padding: 2px 0 2px 13px; }
.dropmenudiv a:visited {
	color: #514a3e;
	font-weight: normal;
	text-decoration: none;
	background-color: #f7f6f2;
	display: block;
	padding: 2px 0 2px 13px; }
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
color: #000;
	background-color:#CBC7BC; }
.dropmenudiv a:active {
	color: #514a3e;
	font-weight: normal;
	text-decoration: none;
	background-color: #f7f6f2;
	display: block;
	padding: 2px 0 2px 13px; }
* html .dropmenudiv a { /*IE only hack*/
width: 100%; }


p.menusubheading { color: #333; background-color: #f4e094; padding: 2px 0 2px 13px; }
