/* --- 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: 12px Arial;
	text-decoration: none;
	padding: 4px;
	color: #000;
	font-weight: bold;
	line-height: 15px;
}
.m0l0iover {
	font: 12px Arial;
	text-decoration: none;
	padding: 4px;
	color: #000;
	font-weight: bold;
	line-height: 15px;
}

/* level 0 outer */
.m0l0oout {
	border: 1px solid #fff;
	text-decoration: none;
	background: #FE7D19;
}
.m0l0oover {
	border: 1px solid #fff;
	text-decoration: none;
	background: #FF9E53;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Arial; /*, Tahoma,Geneva, Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	padding: 4px;
	color: #000;
	border: 1px solid #FE7D19;
}
.m0l1iover {
	font:  11px Arial; /*, Tahoma,Geneva, Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	padding: 4px;
	color: #000;
	border: 1px solid #FE7D19;
}

/* level 1 outer */
.m0l1oout {
/*	filter: alpha(opacity=85);*/
	border-bottom: 0px solid #FE7D19; 
	text-decoration: none;
	background: #fff;
}
.m0l1oover {
	border-bottom: 0px solid #FF9E53;
	text-decoration: none;
	background: #FF9E53;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Arial; /*, Tahoma,Geneva, Arial, Helvetica, sans-serif;*/
	border: 0px solid #FE7D19;
	text-decoration: none;
	padding: 4px;
	color: #FFF;
}

/* level 2 outer */
.m0l2oout {
	border: 0px solid #FE7D19;
	text-decoration: none;
	background: #FE7D19;
}
.m0l2oover {
	border: 0px solid #FF9E53;
	text-decoration: none;
	background: #fff;
}
