/* --- 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-family: "Courier New", Courier, mono; 
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	padding: 4px;
	background: #E1C186;
}

.miover{
	font-family: "Courier New", Courier, mono; 
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	padding: 4px;
	background: #D4D0C8;
}

/* all levels outer */
.moout {
	font-family: "Courier New", Courier, mono; 
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border : 1px solid #ffffff;
	background: #D4D0C8;
}
.moover {
	font-family: "Courier New", Courier, mono; 
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border : 1px solid #ffffff;
	background: #D4D0C8;
}
