/*button text - all levels*/
.menuButton .defaultMenuText, .menuButtondown .defaultMenuText,.menuButtonover .defaultMenuText { padding-left: 10px;}
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {cursor:default; 0px;}
/*menu text - all levels*/

.defaultMenuText {letter-spacing:0.6px; font:11px verdana; padding-left:0px;  color:#fff;}
/*disabled menu text - all levels*/

.buttonTextDisabled {font:11px verdana; padding-left:0px; padding-right:5px; color:#2a4b8c;}

/*menu caption if any*/
.menuName {color:#2a4b8c; font:11px verdana;}

/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {padding-left:0; margin:0; }

/*down button state - top level*/
.menuButtondown, .menuButtonover {background-color:#316ac5; cursor:default;padding-left:0px; }

/*mouse over button state - top level
.menuButtonover {background-color:#316ac5;  cursor : default;}
plain button state - other levels*/

.menuButtonSecond {background-color:#E1DC1E; font:11px verdana; color:#2a4b8c; height:25px; padding:0;}

/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {background-color:#316ac5; cursor:default; font:11px verdana; height:25px; width:100%;  padding:0 ; color: #fff;}

/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
  background-color : #C9D9F5;
}*/

/*text of mouse over button - other levels
.menuButtonSecondover td, .menuButtonSeconddown td {color:#fff; cursor:default;}*/


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable	{background-color:#2a4b8c; border-bottom:solid #808080 1px; border-right:solid #808080 1px; border-top:solid #d4d0c8 1px; margin:0; -moz-user-select:none; padding:0;}
/*menu panel - other levels*/
.secondMenuTable		{background-color:#e1dc1e; border:1px solid #ef7e08; margin:0; -moz-user-select:none; padding:0;} /* uitklap menu */

/*devider - horizontal*/
.menuDivider {background-color:#D4D0C8; height:100%; margin-bottom:2px; margin-top:1px; overflow:hidden; vertical-align:middle; width:1px; display:none;}
/*devider - vertical*/
.menuDividerY {background-color:#D4D0C8; border-bottom:solid #fff 1px; border-top:solid #808080 1px; height:2px; overflow:hidden; width:100%;  display:none;}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuHandle {background-color:#D4D0C8; border-bottom:solid #808080 1px; border-top:solid #fff 1px; cursor:move; height:100%; overflow:hidden; width:3px;}
/*drag handler for menu - vertical*/
.vmenuHandle {background-color:#D4D0C8; border-bottom:solid #808080 1px; border-right:solid #808080 1px; border-top:solid #fff 1px; cursor:move; height:3px;}


/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
.iconGray {filter:BlendTrans(Percent=50) gray(); cursor:default; border:solid 1px #D4D0C8;}

/*enabled scroller*/
.menuScrollerEnabled		{background-color:#CAC8D4; cursor:pointer; text-align:center;}
/*disabled scroller*/
.menuScrollerDisabled	{background-color: #CAC8D4; cursor:default; visibility:hidden; text-align:center;}
.secondMenuTable *{ color: #000; padding-left: 0px; margin-left: 0px;}
