/* --- 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 - Top Menu TEXT */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 3px;
	color: #FFFDCF;
}
.m0l0iover {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 3px;
	color: #FFFDCF;
}

/* level 0 outer - Top Menu BORDER and BACKGROUND - Dark Red */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #E0E19B;
	background: #4D0C0A;
	filter: alpha(opacity=100);
}
/* Dark Red */
.m0l0oover {
	text-decoration : none;
	border : 1px solid #E0E19B;
	background: #A01616;
}

/* level 1 inner  - Sub Menu TEXT */
.m0l1iout {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px;
	color: #FFFDCF;
}
.m0l1iover {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 3px;
	color: #FFFDCF;
}

/* level 1 outer - Sub Menu BORDER and BACKGROUND - Blue */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #E0E19B;
	background: #003C56;
	filter: alpha(opacity=90);
}
/* Lite Teal */
.m0l1oover {
	text-decoration : none;
	border : 1px solid #E0E19B;
	background: #007A80;
}

/* level 2 inner - Following Menu TEXT */
.m0l2iover {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 3px;
	color: #000000;
}

/* level 2 outer - Following Menu BORDER and BACKGROUND - Dark Grey */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #E0E19B;
	background: #6E5C46;
	filter: alpha(opacity=90);
}
/* Lite Grey */
.m0l2oover {
	text-decoration : none;
	border : 1px solid #E0E19B;
	background: #C6A481;
}