/* --- 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: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

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

/* level 1 inner */
.m0l1iout {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-weight:normal;
}
.m0l1iover {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	font-weight:normal;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #A97945;
	background: #FFFFFF; /*#B44646*/
	/*filter: alpha(opacity=85);*/
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #A97945;
	background: #A97945; /*#E55A5A*/
}


/* Robin Samways, 2004 */
/* level 1 inner - Special Case */
.m0l1aiout {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-weight:bold;
	cursor:default;
}
.m0l1aiover {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-weight:bold;
	cursor:default;
}

/* level 1 outer - Special Case */
.m0l1aoout {
	text-decoration : none;
	border : 1px solid #A97945;
	background: #EBE8E4;
	/*filter: alpha(opacity=85);*/
	cursor:default;
}
.m0l1aoover {
	text-decoration : none;
	border : 1px solid #A97945;
	background: #EBE8E4;
	cursor:default;
}
/* level 1 inner - Special Case */
.m0l1biout {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-weight: normal;
	cursor:default;
}
.m0l1biover {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-weight: normal;
	cursor:default;
}

/* level 1 outer - Special Case */
.m0l1boout {
	text-decoration : none;
	border : 1px solid #A97945;
	background: #FFFFFF;
	/*filter: alpha(opacity=85);*/
	cursor:default;
}
.m0l1boover {
	text-decoration : none;
	border : 1px solid #A97945;
	background: #FFFFFF;
	cursor:default;
}




/* level 2 inner */
.m0l2iover {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	font-weight:normal;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #A97945;
	background: #FFFFFF; /*#B44646*/
	/*filter: alpha(opacity=85);*/
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #A97945;
	background: #A97945; /*#E55A5A*/
}