
/* level 0 inner */
.m0l0iout {
	font-family: Arial, Courier, 'Franklin Gothic Book', sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	padding : 6px 0 0 0;
	color: #FF3300;
}
.m0l0iover {
	font-family: Arial, Courier, 'Franklin Gothic Book', sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	margin: 6px 0 0 0;
	color: #FFFFcc;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px solid #ffffcc;
	background-color: transparent;
}
.m0l0oover {
	text-decoration : none;
	background-color: #FF3300;
	border: 1px solid #ffffcc;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Courier, 'Franklin Gothic Book', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	padding: 4px 0 0 0;
	text-decoration : none;
	color: #FF3300;
}
.m0l1iover {
	font-family: Arial, Courier, 'Franklin Gothic Book', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	padding: 4px 0 0 0;
	text-decoration : none;
	color: #FFFFcc;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 1px solid #ff3300;
	background-color: #ffffcc;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #FF3300;
	border: 1px solid #ff3300;
	padding: 0;
}