/* Style for level 0 (root) block - DIV */
.mtable0 {
  color: #FFFFFF;
  background: #29537C; 
  text-decoration: none;
}
/* Style for a block - DIV */
.mtable {
	color: #000000;
  background: #EEE;
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
  font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
  color: #FFFFFF;
	PADDING-LEFT: 7px;
  background: #29537C; 
}
/* Style for outer tag, mover (mouse over) state */
.movero {
  font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
  color: #FFFFFF;
	background: #85A5C5; /*  #CCCCCC;  */
	PADDING-LEFT: 7px;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
  font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
  color: #FFFFFF;
	background: #85A5C5;
	text-decoration: none;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
  color: #FFFFFF;
	PADDING-LEFT: 14px;
}
