/* Style for a block - DIV */
/* Outermost Table (border)*/
.m0table0 {
	background: #999999;
}
.m0table {
	background: #999999;
}
/* outer color in drop down */
.m0table1 {
	background: #ffffff;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #999999;
	color: #FFFFFF;
}
/* HERE! STYLE FOR DROP DOWN */
.m0mouto1 {
	background: #cccccc;
	color: #000000;
}
/* first level mouseover color */
.m0movero {
	background: #e0e0e0;
	color: #333333;
}
/* Secondary mouseover color */
.m0movero1 {
	background: #5e925c;
	color: #000000;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: white;
}
.m0mdowno1 {
	background: #FFFFFF;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: helvetica narrow, Helvetica, Arial, sans-serif ;
	font-size: 10px;
	padding: 3px;
	font-weight: normal;
}