/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* main level text */
.m0l0iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	text-decoration: none;}
.m0l0iover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	text-decoration : none;}

/* main level back */
.m0l0oout {
	text-decoration : none;
	background-color: #FFFFFF;
	border-left: 1px solid #E5E8EB;}
.m0l0oover {
	text-decoration : none;
	background-color: #E5E8EB;
	border-left: 1px solid #E5E8EB;}
	
	

/* sub level 1 text */
.m0l1iout {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	/* filter: alpha(opacity=100); */
}
.m0l1iover {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	/* filter: alpha(opacity=100); */
}

/* sub level 1 back */
.m0l1oout {
	text-decoration : none;
	border: 1px #000000 solid;
	background: #ffffff;
	/* filter: alpha(opacity=100); */
}
.m0l1oover {
	text-decoration : none;
	border: 1px solid #000000;
	background: #E5E8EB;
	/* filter: alpha(opacity=100); */
}
	
	

/* sub level 2 text */
.m0l2iover {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	/* filter: alpha(opacity=100); */
}

/* sub level 2 back */
.m0l2oout {
	text-decoration : none;
	border: 1px #EAEAEA solid;
	background: #ffffff;
	/* filter: alpha(opacity=100); */
}
.m0l2oover {
	text-decoration : none;
	border: 1px solid #EAEAEA;
	background: #EAEAEA;
	/* filter: alpha(opacity=100); */
}
