/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor:pointer;
}
/*menu text - all levels*/
.defaultMenuText{
	font:12px Arial,sans-serif;
	color:#ffffff; 
	font-weight:bold;
	padding-left:0px;
	padding-right:0px;
    padding-top:6px;
	padding-bottom:8px;
	text-align:left;
}
/*disabled menu text - all levels*/
.buttonTextDisabled{}

/*menu caption if any*/
.menuName{}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {}
/*down button state - top level*/
.menuButtondown .defaultMenuText,.menuButtonover .defaultMenuText, .menuButtonSecondover .defaultMenuText, .menuButtonSeconddown .defaultMenuText {
	color:#e6a61c;
	cursor : default;
}
/*mouse over button state - top level*/
.menuButtonover, .menuButtonSecondover, .menuButtonSeconddown{
}
/*plain button state - other levels*/
.menuButtonSecond{}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
}
/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
}

/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable{
	/*background-color : #124962;*/
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
}
/*menu panel - other levels*/
.secondMenuTable{
	background-color : #30627b;
	border: 2px outset #ffe085; 
	margin : 0px;
	-moz-user-select : none;
	padding : 0px 10px 0px 10px;
}

/*devider - horizontal*/
.menuDivider {}
/*devider - vertical*/
.menuDividerY {
	background-color : #ffe085;
	border-bottom : solid #FFFFFF 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuHandle {}
/*drag handler for menu - vertical*/
.vmenuHandle {}


/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
.iconGray {}
/*enabled scroller*/
.menuScrollerEnabled{}
/*disabled scroller*/
.menuScrollerDisabled{}

