/* --- 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 {
	font: 11px Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 2px;
	color: #B82B17;
	z-index:10;
	
	background: #F6F1EB;
}
A .minner:hover { 
 background: #B82B17;
 color: #F6F1EB;
  border : 1px dotted #4E9AC6;
 }
 
/* all levels outer */
.moout {
	text-decoration : none;
/*	border : 1px dotted #B82B17;*/

}
.moover {
	
	background: #4E9AC6;
}
.moover li { background: #4E9AC6; }
