/* --- 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 {
	color: #598240;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 20px;
}
/* all levels outer */
.moout {
	text-decoration: none;
	border: 1px solid #D6DCCD;
	background: #F5F7F4;
}
.moover {
	text-decoration: none;
	border: 1px solid #D6DCCD;
	color: #1E2B15;
	background: #DDDDDD;
}