/* level 0 inner */
.m0l0iout {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	filter: alpha(opacity=0);
}
.m0l0iover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	filter: alpha(opacity=0);
}

/* level 0 outer */
.m0l0oout {
	//background: #FFFFFF;
	font-weight: bold;
	color: #000099;
	filter: alpha(opacity=0);
}
.m0l0oover {
	font-weight: bold;
	color: #000099;
	filter: alpha(opacity=0);
}


/* level 1 inner */
.m0l1iout {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
}
.m0l1iover {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration : underline;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : underline;
	background: #6669AC;
	font-weight: bold;
	color: #000099;
	filter: alpha(opacity=95);
}
.m0l1oover {
	text-decoration : underline;
	background: #6669AC;
	font-weight: bold;
	color: #000099;
	filter: alpha(opacity=95);
}

