/* --- 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-family: Times;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	padding: 3px;
	color: #0033ff;
	border : none;
}
.m0l0iover {
	font: 15px Times;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	color: #ffff66;
	background: #9999cc;
	border: none;
}

/* level 0 outer */
.m0l0oout {
	font: 14px Times
	text-decoration : none;
	border : none;
	color: #FFff66;
	background: none;
}
.m0l0oover {
	font: 14px Times
	text-decoration : none;
	border : none;
	color: #ffff66;
	background: #000000;
}

/* level 1 inner */
.m0l1iout {
	font: 13px Times;
	text-decoration: none;
	padding: 4px;
	color: #ffff66;
	background: #9999cc;
}
.m0l1iover {
	font: 13px Times;
	text-decoration : none;
	padding: 4px;
	color: #0033ff;
	background: #ffffcc;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #46B446;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #5AE55A;
}

/* level 2 inner */
.m0l2iover {
	font: 13px Times;
	text-decoration : none;
	padding: 4px;
	color: #0033ff;
	background: #ffffcc;
	border : 1px solid #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	background: #46b446;
	border : 1px solid #000000;
}
.m0l2oover {
	text-decoration : none;
	background: #ffcc00;
	border : 1px solid #46b446;
}