/* --- 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>
	Font: edit .minner to suit required font, font color and decoration
Background color: edit .moout
Highlight color: edit .moover
Border colors are also controlled using .mout and .moover
*/

/* all levels inner */
.minner {
	padding: 4px;
	color: #003973;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #99CC99;
	background: #99CC99;
}
.moover {
	text-decoration : inherit;
	border : 1px solid #339966;
	background: #339966;
}