/* --- menu styles ---
/* level 0 inner */
.m0l0iout {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight:bold;
	text-decoration: none;	
	color:#a80532;
}
.m0l0iover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight:bold;
	text-decoration: none;
	color:#a80532;
}

/* level 0 outer */
.m0l0oout {	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight:bold;
	color:#a80532;
}
.m0l0oover {	
	text-decoration: none;	
	color:#a80532;
	font-weight:bold;
}

/* level 1 inner */
.m0l1iout {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: none;	
	color:#ffffff;
}
.m0l1iover {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: none;	
	color:#ffffff;
}

/* level 1 outer */
.m0l1oout {	
	text-decoration: none;	
	color:#ffffff;
	background: #a80532;
}
.m0l1oover {	
	text-decoration: none;	
	color:#ffffff;
	background: #000000;
}