/* --- 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: bold 11px Arial, sans-serif;
	text-decoration : none;
	color: #424242;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #FCFAF0;
	background: #f1ddd8;
}
.moover {
	text-decoration : none;
	border : 1px solid #FCFAF0;
	background: #E6D396;
}