/* --- 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: bold 11px Tahoma;
	text-decoration : none;
	padding: 4px;
	padding-left:25px;
	background: url(images/index_02_01a.gif) repeat-y left;
	border-bottom : 1px dotted #6A8B69;
}
/* all levels outer */
.moout {
	text-decoration : none;
	background: #EAAC01;	
	color: white;
}
.moover {
	text-decoration : none;
	background: #EAAC01;	
	color: #8A6700;
}