/* --- 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 {
		text-decoration : none;
		padding: 4px;
		font-size: 0.85em;
		font-weight: bold;
		color: #FFFFFF;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border-bottom: 2px dashed #fff200;
	font-weight: bold;
	color: #FFFFFF;
}
.moover {
	text-decoration : none;
	background-color: #FFFF00;
	color: #74BE20;
}