/*button text - all levels*/
.menuButtonSecond td
{
	cursor:default;
	color: #f3ebd2;
	text-align: left;
}

.menuButton td
{
	cursor:default;
	color: #f3ebd2;
	text-align: center;
}

.menuButtondown td
{
	cursor:default;
	color: #524427;
	text-align: center;
}

.menuButtonover td
{
	cursor:default;
	color: #524427;
	text-align: center;
}

/*menu text - all levels*/
.defaultMenuText
{
	font: bold 9px Verdana, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	color: #ffffff; /*color: #f3ebd2;*/
}
/*disabled menu text - all levels*/
.buttonTextDisabled{
	font: bold 9px Verdana, sans-serif;
	padding-left:5px;
	padding-right:5px;
	color:#F3EBD2;
	text-align: left;
}

/*menu caption if any*/
.menuName{
	color : #F3EBD2;
	letter-spacing : 0px;
	font: bold 9px Verdana, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
	text-align: left;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
	border : solid 1px #524427;
}
/*down button state - top level*/
.menuButtondown
{
	background-color: #F3EBD2;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #808080;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #808080;
	cursor: default;
	color: #524427;
	text-align: left;
}
/*mouse over button state - top level*/
.menuButtonover {
	background-color : #F3EBD2;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #FFFFFF;
	border-right : solid 1px #808080;
	border-top : solid 1px #FFFFFF;
	cursor : default;
	color: #524427;
	text-align: left;
}
/*plain button state - other levels*/
.menuButtonSecond
{
	background-color: #524427;
	border: 1px solid #524427;
	font: bold 9px Verdana, sans-serif;
	color: #F3EBD2;	
	text-align: left;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown
{
	background-color: #F3EBD2;
	color: #524427;
	cursor: default;
	border: 1px solid navy;
	font: bold 9px Verdana, sans-serif;
	color: #524427; 
	text-align: left;/*
	background-color : navy;
	color:white;
	cursor : default;
	border:1px solid navy;
	font:12px Arial,sans-serif;	*/
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #C9D9F5;
}*/

/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
	color:#524427;
	 cursor:default;
	 border:0px solid;	
	 text-align: left;
	
	 /*
	 color:white;
	 cursor:default;
	 border:0px solid;	*/ 
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable{
	background-color : #524427;
	margin : 0px;
	padding : 0px;
	color: #F3EBD2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #524427;
	border-right-color: #FFFFFF;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;	
}
/*menu panel - other levels*/
.secondMenuTable{
	background-color : #524427;
	border: 2px outset #ffffff; 
	margin : 0px;
	padding : 0px 1px 0px 2px;
	color: #F3EBD2;
}

/*devider - horizontal*/
.menuDivider {
	background-color : #524427;
	border-left : solid #808080 1px;
	border-right : solid #FFFFFF 1px;
	height : 100%;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	width : 2px;
	color: #F3EBD2;
}
/*devider - vertical*/
.menuDividerY {
	background-color : #524427;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #808080 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
	color: #F3EBD2;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuHandle {
	background-color : #524427;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 100%;
	overflow : hidden;
	width : 3px;
	color: #F3EBD2;
}
/*drag handler for menu - vertical*/
.vmenuHandle {
	background-color : #524427;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 3px;
	color: #F3EBD2;
}


/*============ ICONS and SCROLLERS ====================*/

/*enabled scroller*/
.menuScrollerEnabled{
	background-color:#CAC8D4;
	 cursor: pointer;
	 text-align:center;
}
/*disabled scroller*/
.menuScrollerDisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}
