/* --- 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, .minner TABLE TR TD {
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px;
	padding-left:2px;
	padding-right:2px;
	color: #eeb92b;
	text-shadow:-0px -0px 0px #FFFFFF, 1px 1px 1px #000000;
	background-color:#6666ff;
}

.minner:hover {
	background-color: #333388;
}
/* all level, all states, outer #0d2c64 */
.moout {
	font-size: 12pt;
	border:  1px outset #444466;
	background-color: #333333;
	text-decoration: none;
	vertical-align: middle;
	z-index:10;
}
.moover {
	font-size: 12pt;
	border: 1px inset #444466;
	background-color: #333388;
	text-decoration: none;
	vertical-align: middle;
}
.modown {
	font-size: 12pt;
	border: 2px inset #444466;
	background-color: #4d6c64;
	text-decoration: none;
	vertical-align: middle;
}

.minner, .mouter {
	vertical-align: middle;
}
