/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	text-align: right;
	font: 14px sans-serif;
	margin: 4px 0 0 8px;
	color: #663300;
}
.m0l0iover {
	text-align: right;
	font: 14px sans-serif;
	/* text-decoration: underline; */
	margin: 4px 0 0 8px;
	color: #ffffff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: #eeccaa;
}
.m0l0oover {
	text-decoration : none;
	background-color: #0099ff;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #663300;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #eeccaa;
}
.m0l1oover {
	text-decoration : none;
	background-color: #0099ff;
}
