.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;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	font: 11px  Verdana;
	position:absolute;
	font-weight:bold;
	top: 0;
	z-index:100;
	text-align: left;
	line-height:20PX;
	width: 128px;
	visibility: hidden;

} 
 /*
 	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px;/*/
 
.dropmenudiv a {
	display: block;
	text-decoration: none;
	color: #030AF8;
	font-weight:bold; 
	background-image:url(images/trans.png);
	background-repeat:repeat-x y;
	padding: 2px 0 2px 13px;
	border-color: #3E3E3E;
	border-style: solid;
	border-width: 1px 1px 1px; 
 
	 }
.dropmenudiv a:link {
	color: #030AF8;
	font-weight:bold;
	text-decoration: none;
	background-image:url(images/trans.png);
	display: block;
	padding: 2px 0 2px 13px; }
 
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
color: #F90000;
background-image:url(images/trans_hover.png);
background-repeat:repeat-x y;

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


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

