/* --- 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: 11px Palatino Linotype;
	text-decoration:none;
	font-weight: bold;
    text-align:left;
	color: black;
	margin-left:5px;
}
/* all level, all states, outer */
.moout {
	border: 0px;
	font-style: italic;
	text-decoration:none;
	background: #C9CACC;
}
.moover {
	border: 0px;
	text-decoration:none;
	background: #876E46;
}
.modown {
	border: 0px;
	text-decoration:none;
	background: #876E46;
}
