/* --- 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: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 2px;
	color: #393633;
}
.m0l0iover {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 2px;
	color: #FFFFFF;
/*	font-weight: bold; */
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
/*	background: #4682B4; */
	background-color: #F0F0EF;
}
.m0l0oover {
	text-decoration : none;
/*	background: #5AA7E5; */
	background-color: #CCCCCC;
}

/* level 1 inner */
.m0l1iout {
        font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
	color: #393633;
}
.m0l1iover {
        font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 0px solid #000000;
	filter: alpha(opacity=100);
	-moz-opacity: 100%;
	background-color: #E8E8E8;
}
.m0l1oover {
	text-decoration : none;
	border : 0px solid #000000;
/*	background: #D3E9FC; */
	background-color: #999999;
}

/* level 2 inner */
.m0l2iover {
	font: 9px Geneva, Arial, Helvetica, san-serif;
	text-decoration : none;
	color: #FFFFFF;
}

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