/* --- 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 Arial, Helvetica, sans-serif;
	width: 140px;
	height: 30px;
	text-decoration : none;
	padding: 1px;
	color: #3C0000;
}
/* all levels outer */
.moout {
	font: 12px Arial, Helvetica, sans-serif;
	width: 140px;
	text-decoration : none;
	padding: 0px;
	color: #3C0000;
}
.moover {
	font: 12px Arial, Helvetica, sans-serif;
	width: 140px;
	text-decoration : none;
	padding: 0px;
	color: #3C0000;
}
