/* Styles for Level 0 */
/* Style for a block - DIV */
.m0table {
	background: #CCCC99;
}
/* Style for outer tag, mout (mouse out) state */
.m0outo {
	border-right: #000080 1px solid;
	background: #CCCC99;
	text-align:center;
}
/* Style for outer tag, mover (mouse over), mdown (mouse down) state */
.m0overo, .m0downo {
	background: #F0EAEA; /*#eeeeee;*/
	text-align:center;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	color: #666666;
	font-weight: bold; 
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height:20px;
}
.m0innerover, .m0innerdown {
	color: #CC0000;
	font-weight: bold; 
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height:20px;
}

/* Styles for Level 1 */
/* Style for a block - DIV */
.m1table
{
	background: #CC0000;
}
/* Style for outer tag, mout (mouse out) state */
.m1outo {
	background: #CCCC99;
}
/* Style for outer tag, mover (mouse over), mdown (mouse down) state */
.m1overo, .m1downo {
	background: #eeeeee;
}
/* Style for inner tag, mover (mouse over) state */
.m1inner {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	letter-spacing: 2px;
	text-transform: uppercase;
}

