/* --- 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: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
.m0l0iover {
	font: 12px Arial;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
}
.m0l0oover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
}

/* level 1 inner */
.m0l1iout {
	font: 11px  Arial;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
}
.m0l1iover {
	font: bold 11px  Arial;
	text-decoration : none;
    vertical-align: middle;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #2EA9EE;
	background: #146B78;
	filter: alpha(opacity=100);
	vertical-align: middle;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #2EA9EE;
	background: #0C4048;
	vertical-align: middle;
}

/* level 2 inner */
.m0l2iover {
	font: bold 10px Arial;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	vertical-align: middle;
}

/* level 2 outer */
.m0l2oout {
	font: 10px Arial;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color: #C10F0F;
	vertical-align: middle;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
	vertical-align: middle;
}

