/* level 0 outer (skin)*/
.m0l0oout {
	BORDER-LEFT:    medium none;
	BORDER-BOTTOM:  #000033 1px solid;
	BORDER-RIGHT:   #000033 1px solid;
	BORDER-TOP:     #6699CC 1px solid;
	BACKGROUND-COLOR: #336699;
	COLOR: #FFFFFF;
	VERTICAL-ALIGN: middle;
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
	background: #5AA7E5;
}
/* level 0 inner (text)*/
.m0l0text {
	font: 11px Verdana, Tahoma, Arial;
	padding: 4px;
	padding-left: 16px;
	color: #FFFFFF;
}

/* level 1 outer (skin) */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #46B446;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AE55A;
}

/* level 1 inner (text)*/
.m0l1iout {
	font: 11px Tahoma, Verdana;
	text-decoration: none;
	padding: 4px;
	padding-left: 16px;
	color: #000000;
}
.m0l1iover {
	font: bold 11px Tahoma, Verdana;
	text-decoration : none;
	padding: 4px;
	padding-left: 16px;
	color: #dc27e5;
}

/* level 2 outer (skin) */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #b753bd;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #db77e0;
}
/* level 2 inner (text) */
.m0l2iout {
	font: 11px Tahoma, Verdana;
	text-decoration : none;
	padding: 4px;
	padding-left: 10px;
	color: #000000;
}
.m0l2iover {
	font: bold 11px Tahoma, Verdana;
	text-decoration : none;
	padding: 4px;
	padding-left: 10px;
	color: #99dff1;
}


