/* --- 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: 15px Times New Roman, Times, serif;
	text-decoration: none;
	padding: 0px;
	color: yellow;
}
.m0l0iover {
	font: 15px Times New Roman, Times, serif;
	text-decoration: none;
	padding: 0px;
	color: yellow;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
/*	border : 1px solid #FFFFFF; */
/*	background: #4682ff; */
}
.m0l0oover {
	text-decoration : none;
/*	border : 1px solid #FFFFFF; */
/*	background: #68a4ff; */
}

/* level 1 inner */
.m0l1iout {
	font: 16px Times New Roman, Times, serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: 16px Times New Roman, Times, serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682b4;
	filter: alpha(opacity=100);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #58a4e6;
}

/* level 2 inner */
.m0l2iover {
	font: 16px Times New Roman, Times, serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #32aaa3;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #54ccca;
}
/* level 3 outer */
.m0l3oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #e6a968;
}
.m0l3oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #f7cb7c;
}
/* level 4 outer */
.m0l4oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l4oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}

