/* --- 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: bold 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #262828;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B9B9B9;
}
/* all levels outer */
.moout {
	text-decoration : underline;
	background: #7F7F7F;
}
.moover {
	text-decoration : none;
	background: #7F7F7F;
}