


/*level 0 m out and m down  outer tag are blue */
 
.m0l0mouto, .m0l0mdowno {
}
/* level 0 m over  outer tag is gray */
.m0l0movero {
}
/* level 1 mout and m down  outer tag is blue */
.m0l1mouto, .m0l1mdowno {
	background: #000291;
	margin: 0px;
	
}
/* level 1 m over  outer tag is gray */
.m0l1movero {
	background: #caccc1;
	margin: 0px;
	
}
/* level 0  and level 1 m out and down  inner tag is white */
.m0l0mouti, .m0l0mdowni,
 {
	color: white;
	font-family: tahoma, verdana, sans-serif;
	text-decoration : none;
	font-size: 12px;
	padding: 2px;
	text-align:center;
}

/*  level 1 m out and down  inner tag is white and left aligned*/

.m0l1mouti, .m0l1mdowni {
	color: white;
	font-family: tahoma, verdana, sans-serif;
	text-decoration : none;
	font-size: 12px;
	padding: 2px;
	text-align:left;
}
/* level 0 and level 1 m over  inner tag is black */
.m0l0moveri {
	color: black;
	font-family: tahoma, verdana, sans-serif;
	text-decoration : none;
	font-size: 12px;
	padding: 2px;
	text-align:center;
}
/* level 1 m over  inner tag is black */
.m0l1moveri {
	color: black;
	font-family: tahoma, verdana, sans-serif;
	text-decoration : none;
	font-size: 12px;
	padding: 2px;
	text-align:left;
}

/* there are two menus to the application - each has two levels 

level 0 mout and mdown  outer tag are green */
 
