/* --- 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-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: navy; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.m0l0iover {
	FONT-WEIGHT: bolder; 
	FONT-SIZE: 11px; COLOR: #CFE7D1; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: none;
}
.m0l0oover {
	text-decoration : none;
//	background: #058A7B;
}

/* level 1 inner */
.m0l1iout {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
	text-decoration: none;
	padding: 4px;
	color: #000066;
}
.m0l1iover {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif

	text-decoration : none;
	padding: 4px;
	color: #CFE7D1;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #999999;
	background: #FFEC80;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #999999;
	background: #058A7B;
}

/* level 2 inner */
.m0l2iout {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
	text-decoration: none;
	padding: 4px;
	color: #000066;
}
.m0l2iover {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif

	text-decoration : none;
	padding: 4px;
	color: #CFE7D1;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #999999;
	background: #CFE7D1;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #999999;
	background: #058A7B;
}

