/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font: bold 11px Verdana, Tahoma, Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	padding-left: 5px;
	color: #9ca9ab;
}
.m0l0iover {
	font: bold 11px Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	padding-left: 3px;
	color: #9ca9ab;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #ffffff;
	background-color: #ffffff;
	filter: alpha(opacity=0);
	opacity: 0.0;
}
.m0l0oover {
	text-decoration : none;
	border-left : 0px solid #AF8D4B;
	background-color: #dead7d;
	position: absolute;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 300;
	padding: 2px;
	padding-left: 6px;
	color: #0f2d34;
}
.m0l1iover {
	font: 11px Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #0f2d34;
	padding-left: 9px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #dead7d;
	border-bottom : 0px solid #AF8D4B;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.m0l1oover {
	text-decoration : none;
	background-color: #a57240;
	border-bottom : 0px solid #AF8D4B;
}

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

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
