/* --- 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: #c7bca2;
	filter: alpha(opacity=20);
	opacity: 0.20;
}
.m0l0oover {
	text-decoration : none;
	border-left : 0px solid #AF8D4B;
	background-color: #dcd5c5;
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0.0;
}

/* level 1 inner */
.m0l1iout {
	font: 13px;
	text-decoration: none;
	font-weight: 300;
	font-family: Georgia, Tahoma;
	font-variant: small-caps;
	padding: 1px;
	padding-left: 15px;
	color: #201c1d;
}
.m0l1iover {
	font: 13px;
	text-decoration: none;
	font-weight: 300;
	font-family: Georgia, Tahoma;
	font-variant: small-caps;
	padding: 1px;
	padding-left: 16px;
	color: #201c1d;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #e9e5db;
	border-bottom : 0px solid #AF8D4B;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #e0dacc;
	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;
}