/* --- 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: white;
}
/* all levels outer */
.moout {
	font: 12px Arial;
	text-decoration : none;
	border : 1px solid #aaaaaa;
	background: #000077;
	text-color: white;
}
.moover {
	font: 12px Arial;
	text-decoration : none;
	border : 1px solid #ffffff;
	background: #449FDE;
	color: Yellow;
}
.minner2 {
	padding: 3px;
	font: 11px Arial;
	text-decoration : none;
	padding: 0px;
	color: Black;
}
.molvl2 {
	padding: 3px;
	font: 11px Arial;
	text-decoration : none;
	border : 1px solid #aaaaaa;
	background: #FFFFFF;
	text-color: #449FDE;
	filter: alpha(opacity=91);
	-moz-opacity: 70%;
}
.moover2 {
	padding: 3px;
	font: 11px Arial;
	text-decoration : none;
	border : 1px solid #ffffff;
	background: #999999;
	text-color: #449FDE;
}
.molvl3 {
	text-decoration : none;
	border : 1px solid #666666;
	background: #333333;
	filter: alpha(opacity=90);
	-moz-opacity: 50%;
}
.moover3 {
	text-decoration : none;
	border : 1px solid #000000;
	background: #000000;
}


