/* --- 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: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
}
.m0l0oover {
	text-decoration : none;
	font-weight: bold;
	background-image: url(img/lev0_bg2.gif);
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 0 0 0 10px;
	color: #ffffff;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 10px;
	background:transparent;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;

}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #92C2E7;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #92C2E7;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	padding: 0;
}