/*

notes:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing
	2. remove these instructions and save them in some file for future references
	when you finished with setup. this is not to overload your visitors with
	data they don't need

style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>


*/

.m0l0mouto, .m0l1mouto, .m0l2mouto {
	background: #009933;
	border : 1px solid #ffffff;
	margin: 0px;
	color: white;
	
}
.m0l0movero, .m0l1movero, .m0l2movero {
	background: #f1fff0;
	border : 1px solid #000000;
	margin: 0px;
}
.m0l0mdowno, .m0l1mdowno, .m0l2mdowno {
	background: #ffffff;
	border : 1px solid #000000;
	margin: 0px;
}
.m0l0mouti, .m0l0moveri, .m0l0mdowni,
.m0l1mouti, .m0l1moveri, .m0l1mdowni,
.m0l2mouti, .m0l2moveri, .m0l2mdowni {
	font-family: arial;
	font-size: 12px;
	padding: 2px;
}   
