/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor:pointer;
	background-color:#57A9C2;
	width:100%;
}
/*menu text - all levels*/
.defaultMenuText{
	font:11px Arial,sans-serif;
	text-align:left;
	padding:5px;
}
/*disabled menu text - all levels*/
.buttonTextDisabled{
	font: 11px "Microsoft Sans Serif",Arial;
	
}

/*menu caption if any*/
.menuName{
	font : 11px Arial,sans-serif;

}
/*========= BUTTONS ======================*/

/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
	color:#ffffff;
	 cursor:default;
	
	 /*
	 color:white;
	 cursor:default;
	
}
