/* --- 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>
*/


.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #a0baa0;
	background: #c0dcc5;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
z-index:+1000;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background: #c0dcc5;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background: #C5DBCF;
z-index:+1000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #c0dcc5;
}

.m0l0iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #000000;
	background: #00aa00;
}
