/* --- 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>
*/


.m1ib {
	text-decoration: none;
	text-align: center;
	font: 12px Verdana, sans-serif;
	padding: 3px 0px 3px 0px;
	color: white;
}

.m1os {
	text-decoration: none;
	border: 0px;
	background: #666666;
}
.m1oo {
	text-decoration: none;
	color: white;
	border: 0px;
	background: #007955;
}
.m2is {
	text-decoration: none;
	text-align: left;
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	padding: 3px 0px 3px 6px;
	color: black;
}

.m2os {
	text-decoration: none;
	border: 0px;
	background: #EE9B13;
}

.m2oo {
	text-decoration: none;
	border: 0px;
	background: #000000;
}

.m2io {
	font: 12px Verdana, sans-serif;
	text-align: left;
	padding: 3px 0px 3px 6px;
	text-decoration: none;
	color: white;
}