#mainnav
{
	position:					absolute;
	bottom:						3px;
	left:						260px;

	clear:						both;
}

#mainnav ul.m0,
#mainnav ul.m0 ul
{
	list-style-type:			none;
	margin:						0px;
	padding:					0px;

	font-size:					16px;
}

#mainnav ul.m0
{
	overflow:					hidden;
}

#mainnav li.i0
{
	float:						left;
}
#mainnav a.a0
{
	line-height:				28px;
	font-size:					16px;
}
#mainnav ul.m1
{
	position:					absolute;
	z-index:					9000;
	clear:						both;
	background-color:			white;
	background-color:			rgba(255,255,255,0.95);
	padding-bottom:				10px!important;
}
#mainnav ul.m2
{
	background-color:			white;
	background-color:			rgba(255,255,255,0.95);
	padding-bottom:				10px!important;
}

#mainnav a.a0
{
	display:					block;
	float:						left;
	padding:					5px 10px;
	
}
#mainnav a.a0:hover,
#mainnav a.a0.active
{
	color:						#70cc0d;
}


#mainnav li.i1 a:hover,
#mainnav li.menu-highlight>a
{
	color:						#70cc0d;
}

#mainnav ul.m1 li
{
	position:					relative;
	display:					block;


	/*	IE < 8 requires these items for the hovers to work	*/
	width:						200px;
	vertical-align:				bottom;	/*	fixes 3 pixel gap	*/

	line-height:				16px;
}

/*	submenus	*/
#mainnav ul.m2,
#mainnav ul.m2 ul
{
	position:					absolute;
	top:						0px;
	left:						100%;
	width:						auto;

}
#mainnav ul.m1 a
{
	display:					block;
	padding:					4px 10px;
	width:						auto;
}


/*	submenus start hidden	*/
#mainnav ul.m0 ul
{
	display:					none;
}

#mainnav ul.m1, ul.m1 ul
{
	margin-top:					-1px;
}


a.showsub
{
	background-image:			url( /site/images/arrow0.png );
	background-position:		right center;
	background-repeat:			no-repeat;
}
