
/* there are two menus to the application - each has two levels 

level 0 mout and mdown  outer tag are gold */
 
.m0l0mouto, .m0l0mdowno {
	background: #ffcc66;
	color: #000000;
	border : 1px solid #312113;
	margin: 0px;
	
}
/* level 0 mover  outer tag is white */
.m0l0movero {
	background: #ffffff;
	color: #000000;
	border : 1px solid #312113;
	margin: 0px;
	
}
/* level 1 mout and mdown  outer tag is gray */
.m0l1mouto, .m0l1mdowno {
	background: #ffcc66;
	color: #000000;
	border : 1px solid #312113;
	margin: 0px;
	
}
/* level 1 mover  outer tag is green */
.m0l1movero {
	background: #ffffff;
	color: #000000;
	border : 1px solid #312113;
	margin: 0px;
	
}
.m0l0mouti, .m0l0moveri, .m0l0mdowni,
.m0l1mouti, .m0l1moveri, .m0l1mdowni {
	color: black;
	font-family: tahoma, verdana, sans-serif;
	text-decoration : none;
	font-size: 11px;
	padding: 2px;
}

/* there are two menus to the application - each has two levels 

level 0 mout and mdown  outer tag are green */
 
.m1l0mouto, .m1l0mdowno {
	background: #ffcc66;
	color: #000000;
	border : 1px solid #312113;
	margin: 0px;
}
/* level 0 mover  outer tag is gray */
.m1l0movero {
	background: #ffffff;
	color: #000000;
	border : 1px solid #312113;
	margin: 0px;
	
}
/* level 1 mout and mdown  outer tag is gray */
.m1l1mouto, .m1l1mdowno {
	background: #caccc1;
	color: #000000;
	border : 1px solid #ffffff;
	margin: 0px;
	
}
/* level 1 mover  outer tag is green */
.m1l1movero {
	background: #7dadc1;
	color: #000000;
	border : 1px solid #ffffff;
	margin: 0px;
	
}
.m1l0mouti, .m1l0moveri, .m1l0mdowni,
.m1l1mouti, .m1l1moveri, .m1l1mdowni {
	color: black;
	font-family: tahoma, verdana, sans-serif;
	text-decoration : none;
	font-size: 11px;
	padding: 2px;
}
