/* Style for a block - TABLE */
/* Style for root level text, regular state */
.aa0 {
	font: bold 11px "Trebuchet MS";
	color: #000;
	
}
/* Style for root level text, over state */
.aa1,
.aa2 {
	font: bold 11px "trebuchet ms";
	color: #000;
	
}


.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{
	color: #000;
	background: url(dropdown_bg.png) no-repeat bottom left;	
}
.m1table2 {
	border: 0;
	color: #000;
	background-color: #B79663;
}
.m1out2 {
	background: 0;
	color: #000;

}
.m1over2 {
	background: #fff;
	color: #000;
	border-bottom:1px solid #B6B6B6;
}

/* rollover effect for gold menu */
.m2table2 {
	border: 0;
	color: #000;
}
.m2out2 {
	background: #B79663;
	color: #000;
}
.m2over2 {
	background: #B79663;
	color: #000;
}

/* item text */
.minner2 {
	font:  10px "serif";
	color: #000;
	padding: 4px;
	border-left:3px solid #000;
	border-bottom:1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: .1em;
}

