/******************************************
 * CONTAINER FOR MENU
 ******************************************/
/*
 * Block outing menu class
 */


.mTXPtable1 {
}



.mTXPmoutsep {
	background-color: #9aa599;
	color:#ebebeb;
	font-size: 15px; 
}

/******************************************
 * COMMON BACKGROUND
 ******************************************/
/*
 * <default state> 
 */
.mTXPmout1 {
	background-color: #9aa599;
}

/*
 * <hovered state> 
 */
.mTXPmout2 {
	background-color: #9aa599;
}

/*
 * <clicked state> 
 */
.mTXPmout3 {
	background-color: #9aa599;
}


/******************************************
 * UNSELECTED 
 ******************************************/
/*
 * <default state> 
 */
.mTXPmout1nosel {
	text-align: center;
	font-family: Arial,Helvetica; 
	font-size: 15px; 
	color:#ebebeb; 
	font-weight:normal;
}

/*
 * <hovered state> 
 */
.mTXPmout2nosel {
	text-align: center;
	font-family: Arial,Helvetica; 
	font-size: 15px; 
	color:#ffffff; 
	font-weight:normal;
}

/*
 * <clicked state> 
 */
.mTXPmout3nosel {
	text-align: center;
	font-family: Arial,Helvetica; 
	font-size: 15px; 
	color:#ffffff; 
	font-weight:normal;
}


/******************************************
 * SELECTED
 ******************************************/

/*
 * <default state> 
 */
.mTXPmout1sel {
	text-align: center;
	font-family: Arial,Helvetica; 
	font-size: 15px; 
	color:#ffffff; 
	font-weight:normal;
}

/*
 * <hovered state> 
 */
.mTXPmout2sel {
	text-align: center;
	font-family: Arial,Helvetica; 
	font-size: 15px; 
	color:#ffffff; 
	font-weight:normal;
}

/*
 * <clicked state> 
 */
.mTXPmout3sel {
	text-align: center;
	font-family: Arial,Helvetica; 
	font-size: 15px; 
	color:#ffffff; 
	font-weight:normal;
}


/******************************************/



