/* --- 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 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	color: #894A22;
	text-align: left;
	background-color: #FFD700;
}
.m0l0iover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 2px;
	color: white;
	text-align: left;
	background-color: #FFD700;
}

/* level 0 outer */
.m0l0oout {
	/*border : 1px solid #B39300;*/
	border : 0px;
}

.m0l0oover {
	border : 0px;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	padding: 4px;
	color: #894A22;
	text-align: left;
	background-color: #FFD700;
}
.m0l1iover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration : none;
	padding: 4px;
	color: white;
	text-align: left;
	background-color: #FFD700;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px #B39300 solid;
	/*filter: alpha(opacity=100);*/
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000;
}

