/* Style for a block - DIV */
.m1table {
	background: #444f5f;
	border: none;
}
/* Style for outer tag, mout (mouse out) state */
.m1mouto {
	background: #444f5f;
	color: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1movero {
	background: #444f5f;
	color: #cccccc;
}
/* Style for outer tag, mdown (mouse down) state */
.m1mdowno {
	background: #444f5f;
	color: #cccccc;
}
/* Style for inner tag, mover (mouse over) state */
.m1inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}


/* SUB BUTTONS */
/* Style for a block - DIV */
.m2table {
	background: #e4d391;
	border: none;
}
/* Style for outer tag, mout (mouse out) state */
.m2mouto {
	background: #e4d391;
	color: #303c4e;
}
/* Style for outer tag, mover (mouse over) state */
.m2movero {
	background: #ebdfaf;
	color: #303c4e;
}
/* Style for outer tag, mdown (mouse down) state */
.m2mdowno {
	background: #e4d391;
	color: #303c4e;
}
/* Style for inner tag, mover (mouse over) state */
.m2inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 3px;
}

/* SUB SUB BUTTONS */
/* Style for a block - DIV */
.m3table {
	background: #f0e7c3;
	border: none;
}
/* Style for outer tag, mout (mouse out) state */
.m3mouto {
	background: #f0e7c3;
	color: #303c4e;
}
/* Style for outer tag, mover (mouse over) state */
.m3movero {
	background: #f6f0d9;
	color: #303c4e;
}
/* Style for outer tag, mdown (mouse down) state */
.m3mdowno {
	background: #f0e7c3;
	color: #303c4e;
}
/* Style for inner tag, mover (mouse over) state */
.m3inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 3px;
}


