/* --- 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 12px;
	padding-left:0px;
	padding-right:0px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-top: 12px;
	padding-left:0px;
	padding-right:0px;
	color: #FFFFFF;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background-image: url(images/bg_menu.gif);
}
.m0l0oover {
	text-decoration: none;
	border: 0px solid #FFFFFF;
	background-image: url(images/bg_menu.gif);
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	padding-left: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.m0l1iover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	padding-left: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-bottom : 1px solid #922A08;
	background: #AE2C00;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border-bottom : 1px solid #922A08;
	background: #AE2C00;
	filter: alpha(opacity=85);
}