/* --- 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: Arial; font-size: 15px; font-style: italic; font-weight: bold; 
	text-decoration: none;
	padding: 0px;
	color: #444444;
}
.m0l0iover {
font-family: Arial; font-size: 15px; font-style: italic; font-weight: bold; 
	text-decoration: underline;
	padding: 0px;
	color: #800000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: transparent; /* #dcdcdc; */
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #bcbcbc;
}

/* level 1 inner */
.m0l1iout {
font-family: Arial; font-size: 13px; font-style: normal;  
	text-decoration: none;
	padding: 0px;
	color: #0000a0;
}
.m0l1iover {
font-family: Arial; font-size: 13px; font-style: normal; 
	text-decoration : none;
	padding: 0px;
	color: #800000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 0px solid #808080;
	background: #dcdcdc;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 0px solid #808080;
	background: #bcbcbc;
}

/* level 2 inner */
.m0l2iover {
font-family: Arial; font-size: 13px; font-style: normal; 
	text-decoration : none;
	padding: 0px;
	color: #800000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 0px solid #808080;
	background: #dcdcdc;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #808080;
	background: #bcbcbc;
}