/* Style for a block - TABLE */
/* SET z-index = 99 so that that nav is layered on top of amazon flash object */
/* Set overflow: visible as firefox work-around on z-index for flash ojbect */


.m1table1 {
	/*border: 0px solid #cccccc;*/
	border: 0px solid #cccccc;
	border-collapse: separate; border-spacing: 10px 0px;
	padding-right: 10px;
	
}

.m1table1 td {
	font-size: 14px;
	border:0px;
	
}




/* Style for outer tag, mout (mouse out) state */
.mouter {
	background: #ebeff0;
	color: #878899;
	font-family: Arial,Verdana,Tahoma,Helvetica;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	/*padding-left: 4px;*/
	z-index: 99;
	overflow:visible
	}

.mover {
	background: #ffffff;
	color: #361E65;
	font-family: Arial,Verdana,Tahoma,Helvetica;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	/*padding-left: 4px;*/
	z-index: 99;
	overflow:visible
}


.noneover {
	color:#361E65;
	z-index: 99;
	overflow:visible

	}

/* Not applicable to our nav --- Style for inner tag, mover (mouse over) state */
.minnerout {
	margin-right: 4px;
}

.minnerover {
	padding-right: 4px;
	color: #361E65;
}

.m1over {
	color: #361E65;
}





/* rollover effect for second level menu menu */
.m1table2 {
	border: 1px solid #cccccc;
	z-index: 99;
	overflow:visible

}


.m1out2 {
	background: #ffffff;
	z-index: 99;
	overflow:visible
}
.m1over2 {
	background: #b2b4bf;
	z-index: 99;
	overflow:visible
}


/* item text */
.minner2 {
	font: bold 12px arial, verdana;
	color: #361E65;
	padding: 4px;
	z-index: 99;
	overflow:visible
}

