/* Style for a block - DIV */
.m0table {
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #cccccc;
	text-align: center;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero, .m0mdowno {
	background: #ffffff;
	text-align: center;
}
/* Style for inner tag, mover (mouse over) state */
.m0mouti {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	color: #000000;
}

.m0moveri, .m0mdowni {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #ffffff;
	text-align: center;
}

/* for level 1 */
/* Style for a block - DIV */
.m1table 
{
	background: #cccccc;
	border: 1px none #cccccc;
	padding-left : 0px;	
}
/* Style for outer tag, mout (mouse out) state */
.m1mouto {
	background: #ffffff;
	text-align: left;	
	font-size: 11px;	
}
/* Style for outer tag, mover (mouse over) state */
.m1movero {
	background: #cc0000;
	font-size: 11px;
	color:#ffffff;
}
/* Style for outer tag, mdown (mouse down) state */
.m1mdowno {
	background: #cc00000;
	font-size: 11px;
	color :white;
}
/* Style for inner tag, mover (mouse over) state */
.m1inner {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
}
