/* --- 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 states all levels */
.minner {
	text-decoration: none;
	text-align: left;
        font: 10px Tahoma, Verdana, sans-serif;
        margin-left:3;
        margin-right:2;
        margin-top: 2;
        margin-bottom: 2;	
	color: white;
	z-index:1;
}
/* all level, all states, outer */
.moout {
	text-decoration : none;
        border: 1px solid #ffffff;
	background: #336699;
	z-index:1;
}
.moover {
	text-decoration : none;
        border: 1px solid #ffffff;
	background: #6699cc;
	z-index:1;
}
.modown {
        text-decoration : none;
	border: 1px solid #ffffff;
	background: #99ccff;
	z-index:1;
}
