/* --- static menu styles ---
note:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/
/* all states all levels */
.minner {
	font: 12px Verdana, Tahoma,  sans-serif;
	text-decoration: none;
	padding: 1px;
	color: white;
    }
/* all level, all states, outer */
.moout {
	text-decoration: none;
	border: 1px solid #444444;
	background: #444444;
    filter: alpha(opacity=65);
    }
.moover {
	text-decoration: none;
	border: 1px solid #555555;
	background: #666666;
}
.mobout {
	text-decoration: none;
	border: 1px solid #444444;
	background: #444444;
    filter: alpha(opacity=90);
    }
.mobover {
	text-decoration: none;
	border: 1px solid #333333;
	background: #333333;
}
.modown {
	text-decoration: none;
	border: 1px solid #555555;
	background: #666666;
}
.mi2nner {
	font:   12px Verdana, Tahoma,  sans-serif;
	text-decoration: none;
	text-ALIGN: center;
	padding: 4px;
	color: black;
}
.mo2out {
	text-decoration: none;
	background-image: url(images/lev0_bg1b.gif);
	text-ALIGN: center;
	border: 1px solid #FFFFFF;
}
.mo2over {
	text-decoration: none;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
}
.mo2bout {
	text-decoration: none;
	text-ALIGN: center;
	background: #CCCCCC;
	border: 1px solid #EEEEEE;
}
.mo2bover {
	text-decoration: none;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
}
.mo2down {
	text-decoration: none;
	border: 1px solid #555555;
	background: #555555;
}
