/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner {
	font-family:"Book Antiqua";
	font-size:12px;
	text-decoration : none;
	padding: 4px;
	color: black;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #E88130;
	background: #ffffff;
}
.moover {
	text-decoration : none;
	border : 1px solid #E88130;
	background: #cccccc;
}


/* level 0 outer */
.mx0l0oout {
	font-family:"Book Antiqua";
	font-size:12px;
	text-decoration : none;
	border : 0px solid #E88130;
	color: #FFFFFF;
}
.mx0l0oover {
	font-family:"Book Antiqua";
	font-size:12px;
	text-decoration : none;
	color:#E88130;
}

/* level 1 outer */
.mx0l1oout {
	font-family:"Book Antiqua";
	font-size:12px;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F1E8D1;
	filter: alpha(opacity=85);
	color: black;
}
.mx0l1oover {
	font-family:"Book Antiqua";
	font-size:12px;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F1E8D1;
	color: black;
}
/* level 2 outer */

.mx0l2oout {
	font-family:"Book Antiqua";
	font-size:12px;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F1E8D1;
	filter: alpha(opacity=85);
	color: black;
}
.mx0l2oover {
	font-family:"Book Antiqua";
	font-size:12px;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F1E8D1;
	color: black;
}

