/* --- 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 */
.miout {
	font: 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	background: #94E99A;
	color: #003366;
}
.miover {
	font: 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	font-weight : bold;
	padding: 4px;
	background: #3FCC3F;
	color: black;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #46B446;
	background: #94E99A;
}
.moover {
	text-decoration : none;
	border : 1px solid #46B446;
	background: #3FCC3F;
	filter: alpha(opacity=55);
	-moz-opacity: 55%;
	color: black;
}
/* all levels inner */
.mi1out {
	font: 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #003366;
	background: #66E966;
}
.mi1over {
	font: 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	font-weight : bold;
	padding: 4px;
	background: #3FCC3F;
	color: #333333;
}
/* all levels outer */
.mo1out {
	text-decoration : none;
	border : 1px solid #46B446;
	background: #66E966;
}
.mo1over {
	text-decoration : none;
	font-weight : bold;
	border : 1px solid #46B446;
	background: #3FCC3F;
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
}
