/* Style for a block - DIV */
.m0table {
	background: #999999;
	border: 0;
}

/* LEVEL 1 */
.mlevel1 {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px; 
	color: White;
	text-align: center;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #84be55;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #5c9130;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #999999;
}


/* LEVEL 2 */
.mlevel2 {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px; 
	color: White;
	padding-left: 4px;
}

/* Style for outer tag, mout (mouse out) state */
.m0mouto2 {
	background: #5c9130;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero2 {
	background: #84be55;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #999999;
}


