/* blue grades - root level; text properties */
.m0l0mouti,
.m0l0moveri,
.m0l0mdowni,
.m0l1mouti,
.m0l1moveri,
.m0l1mdowni,
.m0l2mouti,
.m0l2moveri,
.m0l2mdowni {
	font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;

	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;	
}

/* blue grades - root level; box properties */
.m0l0mouto {
	background: #dae3e8;
	color:#777a7d;
	border: 1px solid #dae3e8;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-image:url(../images/separador_menu1.gif)
}

/* blue grades - root level; box properties */
.m0l0movero,
.m0l0mdowno {
	border: 1px solid #dae3e8;
	color:#004882;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-image:url(../images/separador_menu1.gif)
}

/* blue grades - sub levels; box properties */
.m0l1mouto,
.m0l2mouto {
	background: #ebf1f4;
	color:#004882;
	border: 1px solid #2B547F;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties */
.m0l1movero,
.m0l1mdowno,
.m0l2movero,
.m0l2mdowno {
	background: #dae3e8;
	color:#004882;
	border: 1px solid #2B547F;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

