/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor:default;
}
/*menu text - all levels*/
.defaultMenuText{
	font: 14px Arial, "Microsoft Sans Serif";
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	font-weight: bold;
	font-weight: inherit;
	word-wrap: break-word
}
/*menu caption if any*/
.menuName{
	color : gray;
	letter-spacing : 7px;
	font : 12px Arial,sans-serif;
	padding-left : 5px;
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
	background: #a90e12 url("gfx/menu/menu-01-back.gif") repeat-y;
	border-bottom : solid #ffffff 1px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}
.menuButton td{
	font-weight: bold;
}
/*down button state - top level*/
.menuButtondown {
	background-color : #ffffff;/*#DBD8D1*/
	cursor : default;
	border-bottom : solid #ffffff 1px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

/*mouse over button state - top level*/
.menuButtonover {
	color : gray;
	background-color : #ffffff;
	cursor : default;
	border-bottom : solid #ffffff 1px;
	padding: 5px 0px 5px 0px;
	color: #ff0000; 
	font-weight: bold;
}
.menuButtonover td , .menuButtondown td{
	color : #870004;
	font-weight: bold;
}

/*plain button state - other levels*/
.menuButtonSecond {
	background-color:a90e12;/*#xD4D0C8*/
	font:12px Arial,sans-serif;
	padding: 5px 0px 5px 0px;
	word-wrap: break-word;
	border-bottom : dotted #ffffff 1px;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
	background-color : ffffff;
	color: white;
	cursor : default;
	font: bold 12px Arial,sans-serif;
	padding: 5px 0px 5px 0px;
	border-bottom : dotted #ffffff 1px;
}
.menuButtonSecondover td , .menuButtonSeconddown td{
	color : #870004;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #C9D9F5;
}*/

/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
	 color:870004;
	 cursor:default;
	 border:0px solid;
}



/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable{
	background: #a90e12 url("gfx/menu-01-back.gif")
	-moz-user-select : none;
	padding : 0px;
	
}
/*menu panel - other levels*/
.secondMenuTable{
	background-color :  #a90e12;
	-moz-user-select : none;
}

/*devider - horizontal*/
.menudivider {
	background-color : #ff0000;
	height : 100%;
	overflow : hidden;
	vertical-align : middle;
}
/*devider - vertical*/
.menudividery {
	background-color : #ff0000;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuhandle {
	background-color : ButtonFace;
	cursor : move;
	height : 100%;
	overflow : hidden;
	width : 3px;
}
/*drag handler for menu - vertical*/
.vmenuhandle {
	background-color : ButtonFace;
	cursor : move;
}


/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
.iconGray {
	filter : BlendTrans(Percent=50) gray(); 
	cursor: default; 
}

/*enabled scroller*/
.menuscrollerenabled{
	background-color:#CAC8D4;
	 cursor: pointer;	
	 text-align:center;
}
/*disabled scroller*/
.menuscrollerdisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}
