/* --- 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: 4px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
/* all levels outer */
.moout {
	text-decoration : none;
	background: #000000;
	background-color: #000000;
}
.moover {
	text-decoration : none;
	background: #5cadff;
}