/* --- 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: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0 0 0px;
	color: #000000;
	text-align: center;
}
.m0l0iover {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0 0 0px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.m0l0oover {
	text-decoration : none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-weight: normal;
	font-size: 11px;
	margin: 1px 0 0 1px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-weight: normal;
	font-size: 11px;
	margin: 1px 0 0 1px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #A67E5B;
	filter: alpha(opacity=90);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #C7AC97;
	filter: alpha(opacity=90);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding: 0;
}