/* Style for a block - TABLE */
.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 {
	border: 0px solid #5338A0;
	border-collapse:collapse;
	color:#FFFFFF;
}
.m1out2 {
	background: #f3861d;
}
.m1over2 {
	background: #FFFFFF;
}

/* rollover effect for gold menu */
.m2table2 {
	border: 1px solid #636363;
	color:#ffffff;
}
.m2out2 {
	background: #f3861d;
}
.m2over2 {
	background: #f3861d;
}

/* item text */
.minner2 {
	font: bold 11px arial, verdana;
	color: #105D94;
}
.a0{
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 11px; 
}
.a1{
	font-family: Arial, Helvetica, sans-serif; 
	color: #5973AA; 
	font-size: 11px;
	background: #26912e;
}
