/* --- 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: 3px;
	color: #FFFFFF;
	line-height:32px;
	background:#543963;

}
/* all levels outer */
.moout {
	text-decoration : none;
	display:block;
}
.moover {
	text-decoration: none;
	background-color:#ffffff;
}