/* --- 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>
*/
a, A:link, a:visited, a:active
		{color: #0000ff; text-decoration: none; font-weight: normal}
	A:hover
		{color: #ff0000; text-decoration: none; font-weight: bold}
	p, tr, td, ul, li
		{color: #000000; font-family: Verdana; font-size: 10px}


.m0l0mouto, .m0l1mouto, .m0l2mouto {
	background: #66cc33;
	border: 1px solid #008000;
	text-decoration: none;
}
.m0l0movero, .m0l1movero, .m0l2movero {
	background: #99ff33;
	border: 1px solid #008000;
	text-decoration: none;
	font-weight: normal;
}
.m0l0mdowno, .m0l1mdowno, .m0l2mdowno {
	background: #FFFF99;
	border: 1px solid #008000;
	text-decoration: none;
	font-weight: bold;
}

.m0l0mouti, .m0l0mdowni,
.m0l1mouti, .m0l1mdowni,
.m0l2mouti, .m0l2mdowni {
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	padding: 2px;
}
.m0l0moveri, .m0l1moveri, .m0l2moveri {
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	padding: 2px;
}