/* Style for a block - TABLE */
/* Style for root level text, regular state */
.aa0 {
	font: bold 11px "Trebuchet MS";
	color: #000000;
	padding-right: 8px;
}
/* Style for root level text, over state */
.aa1,
.aa2 {
	font: bold 11px "Trebuchet MS";
	color: #FFFFFF;
	padding-right: 8px;
}


.mtable {
	border: none;
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.mouter {
	background: white;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
}

/* rollover effect for blue menu */
.m1table2 {
}
.m1out2 {
	background: #CEDBE7 url(Mes1_m.jpg);
}
.m1over2 {
	background: #FFFFFF url(Mes3_m.jpg);
	color: #FFFFFF;
}

/* rollover effect for gold menu */
.m2table2 {
	border: 1px outset #C6AA42;
}
.m2out2 {
	background: #FFCB63;
}
.m2over2 {
	background: #FFE77B;
}

/* item text */
.minner2 {
	color: #000000;
	padding: 2px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.m1over3 {
	padding: 2px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	background: #FFFFFF url(Mes3_m.jpg);
	color: #FFFFFF;
}

