/* level 0 inner */
/*anchors*/
.m0l0iout {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	cursor: hand;
	z-index:2;
}
/*anchors*/
.m0l0iover {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	cursor: hand;
	z-index:2;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #FFF;
	cursor: hand;
	text-align: center;
	z-index:2;
}
.m0l0oover {
	text-decoration : none;
	background: #FFF;
	cursor: hand;
	text-align: center;
	z-index:2;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	background: #FAFAFA;
	color: #000000;
}
.m0l1iover {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	background: #FAFAFA;
	color: #FF6600;
}

/* level 1 outer */
.m0l1oout {
	border: 1px solid #DADADA;
	text-decoration : none;
	background: #FAFAFA;
}

.m0l1oover {
	border: 1px solid #DADADA;
	text-decoration : none;
	background: #FAFAFA;
}
