/* --- 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-family: Trebuchet ms, verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-align:right;
	text-decoration: none;
	margin: 32px 10px 0px 0px;zz
	}
.m0l0iover {
	font-family: Trebuchet ms, verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-align:right;
	text-decoration: none;
	margin: 32px 10px 0px 0px;
	}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	}
.m0l0oover {
	text-decoration : none;
	background-color: #ff0000;
	}

/* level 1 inner */
.m0l1iout {
	font-family: Trebuchet ms, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin: 0px 0px 0px 4px;
	color: #000000;
	}
.m0l1iover {
	font-family: Trebuchet ms, verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin: 0px 0px 0px 4px;
	color: #ff0000;
	}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #ffffff;
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
	}

.m0l1oover {
	text-decoration : none;
	background-color: #ffffff;
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
	}
