/* --- 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, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	margin: 1px;
	padding: 3px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	margin: 1px;
	padding: 3px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #52016A;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #52016A;
}

/* level 1 inner */
.m0l1iout 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : none;
	margin: 1px;
	padding: 3px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	margin: 1px;
	padding: 3px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-top : 0px solid #A7B59E;
	background: #52016A;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border-top : 0px solid #A7B59E;
	background: #B5A4BE;
}
