/* --- 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: 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	color: #4A6284;
	padding:5px;
	border-bottom : 1px solid #F36E21;
}


/* all levels outer */
.moout {
	text-decoration : none;
	background: #E0BC72;
}
.moover {
	text-decoration : none;
	border-bottom : 1px solid #F36E21;
	background: #F36E21;
	margin:0px;
}