/* level 0 inner */
.m0l0iout {
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}

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

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
}

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