/* Style for level 0 (root) block - DIV */
.m0table0 {
	background: white;
}
/* Style for level 1 block - DIV */
.m0table1 {
	border-top: 1px solid white;
	background: lightblue;
}
/* Style for level 1 block - DIV */
.m0table2 {
	border-right: 1px solid white;
	background: black;
}
/* Style for outer tag, mout (mouse out) state */
.m0outer {
	background: black;
}
/* Style for inner tag, mover (mouse over) state */
.m0moveri {
	color: black;
    background: white;
	font-family: Verdana, Arial, Helvetica;
    FONT-WEIGHT: bold;
	font-size: 12px;
}
/* Style for inner tag, mout (mouse out) state */
.m0mouti {
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}
