/* level 0 inner */
.m0l0iout {
	font-family:verdana,arial,san-serif;
	text-align:center;
	color:#434343;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	/*margin-top:20px;
	height:50px;*/
}
.m0l0iover {
	font-family:verdana,arial,san-serif;
	text-align:center;
	color:#434343;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}

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

/* level 1 inner */
.m0l1iout {
	font-family:verdana,arial,san-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	text-align:left;
}
.m0l1iover {
	font-family:verdana,arial,san-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
	color: #ffffff;
	text-align:left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 1px solid #ffffff;
	background: #c9c9c9;
}
.m0l1oover {
	text-decoration : none;
	border: 1px solid #ffffff;
	background: #282828;
}

/* level 2 inner */
.m0l2iover {
	font-family:verdana,arial,san-serif;
	text-decoration : none;
	padding: 4px;
	color: #434343;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #52711b;
	background: #79140f;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #52711b;
	background: #ffffff;
}
