/* --- 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 { /*NON-HOVER MAIN*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 1px 4px 1px;
	color: #FFFFFF;
	
	/*border-left: 1px solid white;*/
}
.m0l0iover { /*HOVER MAIN*/
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	color: #000000;
	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: none;
	background: #990000;
	
}
.m0l0oover {
	text-decoration : none;
	border: none;
	background: #FFFF99;
	
}

/* level 1 inner */
.m0l1iout { /*NON-HOVER LEVEL 1*/
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #000000;
}
.m0l1iover { /*HOVER OVER LEVEL 1*/
	font: /*bold*/ 11px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #FFFFFF;
	z-index: +5;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #FFFF66 /*#3399FF*/;
	z-index: 5;
	
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #990000;
	z-index: 5;
}

/* level 2 inner */
.m0l2iover { /*LEVEL 2 HOVER*/
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #000000;
	z-index: +10;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #FFFFFF;
	z-index: 10;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #FFFF99;
	z-index: 10;
}


