/* --- 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 */
/* Top level text no cursor */
.m0l0iout {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;	
	text-decoration: none;
	margin: 1px 0 0 10px;
	color: #ffffff;
}
/* Top level text cursor over */
.m0l0iover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 0 0 10px;
	color: #6a2f1b;
}

/* level 0 outer */
.m0l0oout {
	text-decoration: none;
	background-color: #6a2f1b;
}
.m0l0oover {
	text-decoration: none;
	background-color: #ffec94;
    color: #000000;
}

/* level 1 inner */
.m0l1iout {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100%;
	text-decoration: none;
	margin: 1px 0 0 10px;
	color: #6a2f1b;
}
.m0l1iover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100%;
	text-decoration: none;
	margin: 1px 0 0 10px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration: none;
	background-color: #ffec94;
	border: 1px solid #ffffff;
	padding: 0;
}
.m0l1oover {
	text-decoration: none;
	background-color: #6a2f1b;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	padding: 0;
}

