/* --- 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 {
	font: 12px Verdana;
	text-decoration: none;
	margin-left:15;
	
	padding:7px;
	text-align:left ;
	color: white;
}
/* all level, all states, outer */
.moout {
	background: #00b3a1;
	background-image:url(m.jpg);
	text-decoration: none;
}
.moover {
	
	background: #00b3a1;
	background-image:url(mo.jpg);
	text-decoration: none;
}
.modown {
	
	background:#FF0000;
	text-decoration: none;
	
	
}
