/* Style for a block - DIV */
.m0table {
	background: #000000;
	border: 1px none #000000;
}
/*Style for 2nd level items */
.m1table {
	background: #000000;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}

/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #BBBDC0;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #D22229;
	color: White;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #D22229;
	color: White;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Arial, MS Sans Serif, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
