/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/*  === Key Colours ===
	green: 9AC73C --> 96C51A
	light green: DFEACC
	orange: F39821
	light orange: F3A846 --> E8771B
*/
.m0l0iout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
	background: transparent; //#96C51A;
}
.m0l0iover {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	color: #DFEACC;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : none; //1px solid #9AC73C;
	background: none; //#96C51A;
}
.m0l0oover {
	text-decoration : none;
	border : none; //1px solid #96C51A;
	background: none; //#96C51A;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E86800;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E86800;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E86800;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E8771B;
	filter: alpha(opacity=100);
}
