/* --- 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>
*/
.m0l0oout {
	text-decoration : none;
	background-image: url(lev0_bg1.gif);
	border: 1px solid #336699;
	background-color: #2C5F93;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(lev0_bg2.gif);
	background-color: #2C5F93;
	border: 1px solid #336699;
}
.m0l1oover {
	
	background-image: url(lev1_arrow.gif);
	background-repeat: no-repeat;
	
}
/* all levels inner */
.minner {


}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #666666;
	background: #ffffff;
}
.moover {
	text-decoration : none;
	border : 1px solid #666666;
	background: #000000;
}
