/* level 0 inner */
.m0l0iout {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 4px;
	color: #73000A;
	text-align: center;
	vertical-align: middle;
	background: none;
}
.m0l0iover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: none;
}
.m0l0oover {
	text-decoration : none;
	background: none;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	border-left: 1px solid;
	border-right: 1px solid;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration : none;
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #ffffff;
/*	filter: alpha(opacity=97); */
}
.m0l1oover {
	text-decoration : none;
	background: #999999;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration : none;
	border-left: 1px solid;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	background: #E9DDBA;
}
.m0l2oover {
	text-decoration : none;
	background: #999999;
}

