/* level 0 inner */
.m0l0iout {
	font-size: 14px;
        font-family: sans-serif, Arial, Helvetica;
	text-decoration: none;
	padding: 4px;
	color: #000000;
        text-align: center;
        background: #bc9971;
        letter-spacing: 2;
}
.m0l0iover {
	font-size: 14px;
        font-family: sans-serif, Arial, Helvetica;
	text-decoration: none;
	padding: 4px;
	color: #000000;
        text-align: center;
        background: #e3d5c8;
        letter-spacing: 2;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px;
        border-style: solid;
        border-color: black;
	background: #bc9971;
}
.m0l0oover {
	text-decoration : none;
	border: 1px;
        border-style: solid;
        border-color: black;
	background: #e3d5c8;
}

/* level 1 inner */
.m0l1iout {
	font-size: 14px;
        font-family: sans-serif, Arial, Helvetica;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	text-align: left;
        background: #bc9971;
}
.m0l1iover {
	font-size: 14px;
        font-family: sans-serif, Arial, Helvetica;
	text-decoration : none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	text-align: left;
 	background: #e3d5c8;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 1px;
        border-style: solid;
        border-color: black;
	background: #bc9971;

}
.m0l1oover {
	text-decoration : none;
	border: 1px;
        border-style: solid;
        border-color: black;
	background: #e3d5c8;
}

/* level 2 inner */
.m0l2iout {
	font-size: 14px;
        font-family: sans-serif, Arial, Helvetica;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	text-align: left;
        background: #bc9971;
}
.m0l2iover {
	font-size: 14px;
        font-family: sans-serif, Arial, Helvetica;
	text-decoration : none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	text-align: left;
 	background: #e3d5c8;
}

/* level 2 outer */
.m0l2oout {
	text-decoration: none;
	border: 0px;
        border-style: solid;
        border-color: #000000;
	background: #bc9971;

}
.m0l2oover {
	text-decoration : none;
	border: 0px;
        border-style: solid;
        border-color: #000000;
	background: #e3d5c8;
}
