/* --- 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: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
}
/* all level, all states, outer */
.moout {
	border: 1px solid #2D81A0;
	background: #2D81A0;
	text-decoration: none;
}
.moover {
	border: 1px solid #CCCCCC;
	background: #2D81A0;
	text-decoration: none;
}
.modown {
	border: 1px solid #99ccff;
	background: #2D81A0;
	text-decoration: none;
}
.minner2 {
	font: 13px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: white;
}
/* all level, all states, outer */
.moout2 {
	border: 1px solid #74B038;
	background: #2D81A0;
	text-decoration: none;
}
.moover2 {
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
	text-decoration: none;
}
.modown2 {
	border: 1px solid #99ccff;
	background: #99ccff;
	text-decoration: none;
}

