/* Style for a block - TABLE */
/* Style for root level text, regular state */
.aa0 {
	font:11px "arial";
	color: #FFFFFF;
	
}
/* Style for root level text, over state */
.aa1,
.aa2 {
	font:11px "arial";
	color: #003399;
	
}


.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 */
.m1table2o{
	background: #267ED7;
}
.m1table2 {
	border: 0;
	background: #267ED7;

}
.m1out2 {
	background: #267ED7;
}
.m1over2 {
	background: #0066CC;

}

/* rollover effect for gold menu */
.m2table2 {
	border: 0;
}
.m2out2 {
	background: #267ED7;
}
.m2over2 {
	background: #0066CC;
}

/* item text */
.minner2 {
	font: bold 11px Trebuchet MS;
	color: #fff;

}

