/* --- 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: bold 14px Arial;
	text-decoration: none;
	color: #ECF215;
}
/* Mouse Over */
.m0l0iover {
	font: bold 15px Arial;
	text-decoration: none;
	color: #ECF215;
}

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