/* --- 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: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	text-align: left;
}
.m0l0iover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #EE1C24;
	text-align: left;
}

/* level 0 outer */
.m0l0oout {
	FONT-SIZE: 10px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	background: #8DCDF1;
	text-align: left;
	
}
.m0l0oover {
	FONT-SIZE: 10px; 
	COLOR: #EE1C24; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	background: #8DCDF1;
	text-align: left;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	text-align: left;
	
}
.m0l1iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #EE1C24;
	background: #B8DBEE;
	text-align: left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D6F0FF;
	filter:alpha(opacity=85);
	
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-align: left;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D6F0FF;
	text-align: left;
	color: #EE1C24;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #EE1C24;
	text-align: left;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D6F0FF;
	text-align: left;
	filter:alpha(opacity=85);
	
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	color: #EE1C24;
	background: #B8DBEE;
	text-align: left;
}


