#navMain, #navMain ul {
	position: absolute;
	z-index: 1000;
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0px;
	margin: 0px;

}
#navMain a {
	color: #EEC31A;
	text-decoration: none;
	padding: 3px;
	padding-left: 12px; 
	padding-right: 12px;
	display: block;
	font-size: 10pt;
	font-weight: normal;
}
#navMain li {
	float: left;
	padding: 0;
}
#navMain li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	font-weight: normal;
	margin: 0px;
	background: #8C2525;
	border: 1px solid #D8B00A;
	text-align: left;
}
#navMain li ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	font-weight: normal;
	margin: 0px;
	background: #CAD986;
	padding-left: 12px;
	margin-left: 140px;
	margin-top: -20px;
	border: 0px solid #5377B8;
}
#navMain li li {
	width: 15em
}
#navMain li:hover ul ul, #navMain li:hover ul ul ul, #navMain li.sfhover ul ul, #navMain li.sfhover ul ul ul {
	left: -999em;
}
#navMain li:hover ul, #navMain li li:hover ul, #navMain li li li:hover ul, #navMain li.sfhover ul, #navMain li li.sfhover ul, #navMain li li li.sfhover ul {
	left: auto;
}
#navMain li:hover, #navMain li.sfhover {
	background: #25670F;
}
#navMain li li:hover, #navMain li li.sfhover {
	background: #25670F;
}

#navMain li:hover a, #navMain li.sfhover a {
	color: #FFF;
	text-decoration: none;
}

#navMain li ul li:hover a, #navMain li ul li.sfhover a {
	color: #FFF;
	text-decoration: none;
	background: #661616;
}


#navMain a.mainactive { display: block; background: #25670F; color: #FFF; }
#navMain li ul a.mainactive { display: block; background: #661616; color: #FFF; }
#navMain li ul ul a.mainactive { display: block; background: #661616; color: #FFF; }
