/* --- 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 outer */
.moout {
	text-decoration : none;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-right: 0px none #666666;
	border-bottom: 1px solid #999999;
	border-left: 0px none #666666;
}
.moactiv {
	text-decoration : none;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-right: 0px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 0px none #999999;
}


.minner {
	font: 10px Verdana, Tahoma, Arial;
	text-decoration : none;
	padding: 6px 0px;
	color: #CCCCCC;
}

.miover {
	font: 10px Verdana, Tahoma, Arial;
	text-decoration : none;
	padding: 6px 0px;
	color: #FFFFFF;

}
.miactiv {
	font: 10px Verdana, Tahoma, Arial;
	text-decoration : none;
	padding: 6px 0px;
	color: #00FFFF;
}
