/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 text */
.m0l0iout {
	font-family: arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 2px;
	color: #058;
	border-bottom: 1px solid #ccc;
}


.m0l0iover {
	font-family: arial, sans-serif;
	font-size: 10px;
	padding: 2px;
	color:#eee;
}

/* level 0 background */
.m0l0oout {
	text-decoration : none;
	background:#fff;
}
.m0l0oover {
	text-decoration : none;
	background:#1459a7;

}

/* level 1 text */
.m0l1iout {
	font-family: arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 2px;
	color: #058;
	border-bottom: 1px solid #ccc;
}
.m0l1iover {
	font-family: arial, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 2px;
	color:#eee;
	background:#1459a7;
}

/* level 1 background */
.m0l1oout {
	text-decoration : none;
	color: #008b45;
	background: #fff;
}
.m0l1oover {
	text-decoration : none;
	background:#1459a7;
}

/* level 2 text */
.m0l2iover {
	font-family: arial, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 2px;
	color: #000000;
}

/* level 2 background */
.m0l2oout {
	text-decoration : none;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	background: #008b45;
}
