/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* FIRST LEVEL TEXT */
/* Mouse Out */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	border : 0px solid #FFFFFF;
	color: #FFFFFF;
}
/* Mouse Over */
.m0l0iover {
	font: 15px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border : 0px solid #FFFFFF;
	color: #FFFFFF;
}

/* FIRST LEVEL BACKGROUND AND BORDER */
/* Mouse Out */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
     	background: #660033;
}
/* Mouse Over */
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #660033;
}

/* SECOND LEVEL TEXT */
/* Mouse Out */
.m0l1iout {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
}
/* Mouse Over */
.m0l1iover {
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 0px;
	color: #FFFFFF;
}

/* SECOND LEVEL BACKGROUND AND BORDER */
/* Mouse Out */
.m0l1oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #660033;
	filter: alpha(opacity=75);
	-moz-opacity: 75%;
}
/* Mouse Over */
.m0l1oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
      background: #660033;
      filter: alpha(opacity=75);
	-moz-opacity: 75%;
}

/* THIRD LEVEL TEXT */
/* Mouse Out */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #000000;
}

/* THIRD LEVEL BACKGROUND AND BORDER */
/* Mouse Over */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #000000;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #000000;
}