/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* all levels inner */
.minner {
	font: 11px Tahoma,Verdana,sans-serif;
	color: #351B00;
	margin: 5px;
	background-position:left;
	 	
}
/* all levels outer */
.moout {
	border : 1px solid #351B00;
	background-color: #EEE7D5;
	
}
.moover {
	border: 1px solid #351B00;
	background-color: #FF9900;
}