/* level 0 inner */
.m0l0iout {
	font: 10px Terminal;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: bold 10px Terminal;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	text-align: center;
	border : 0px solid #FFFFFF;
	background: #908D62;
}
.m0l0oover {
	text-decoration : none;
	text-align: center;
	border : 0px solid #FFFFFF;
	background: #000000;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Terminal;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 10px Terminal;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F5F5F5;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F5F5F5;
}