#navMain, #navMain ul {
        position: absolute;
        z-index: 100;
        float: left;
	list-style: none;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	margin-left: 6px;
}
#navMain a {
	color: #FFF;
	text-decoration: none;
	padding: 4px;
	padding-bottom: 5px;
	padding-left: 8px; 
	padding-right: 8px;
	display: block;
	font-size: 11px;
	font-weight: normal;
}
#navMain li {
	float: left;
	padding: 0;
}
#navMain li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 20em;
	font-weight: normal;
	margin: 0px;
	background: #DDDBDB;
	padding-left: 12px;
	border: 1px solid #FFF;
	border-top: 2px solid #FFF;
}
#navMain li ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 20em;
	font-weight: normal;
	margin: 0px;
	background: #E4E2E2;
	padding-left: 12px;
	margin-left: 140px;
	margin-top: -20px;
	border: 1px solid #FFF;
}
#navMain li li {
	width: 20em
}
#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: #BFBFBF;
}
#navMain li li:hover, #navMain li li.sfhover {
	background: #BFBFBF;
}

#navMain li:hover a, #navMain li.sfhover a {
	color: #333;
}


#navMain a.mainactive { display: block; background: #BFBFBF; color: #333; }
#navMain li ul a.mainactive { display: block; background: #BFBFBF; color: #333; }
#navMain li ul ul a.mainactive { display: block; background: #BFBFBF; color: #333; }
