/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor:default;
}
/*menu text - all levels*/
.defaultMenuText{
	font:12px Arial,sans-serif;
	padding-left:10px;
	padding-right:5px;
	text-align:left;
}
/*disabled menu text - all levels*/
.buttonTextDisabled{
	font: 11px "Microsoft Sans Serif",Arial;
	padding-left:10px;
	padding-right:5px;
    color:GrayText;
	border: solid 1px Window;
}

/*menu caption if any*/
.menuName{
	color:GrayText;
	letter-spacing:7px;
	font:11px Arial,sans-serif;
	padding-left:10px;
	padding-right:10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
	border:solid 1px ButtonFace;
}
/*down button state - top level*/
.menuButtondown {
	background-color:Highlight;
	color:WindowText;
	border-bottom:solid 1px #FFFFFF;
	border-left:solid 1px #808080;
	border-right:solid 1px #FFFFFF;
	border-top:solid 1px #808080;
	cursor:default;
}
/*mouse over button state - top level*/
.menuButtonover {
	background-color:Highlight;
	color:WindowText;
	border-bottom:solid 1px #808080;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #808080;
	border-top:solid 1px #FFFFFF;
	cursor:default;
}
/*plain button state - other levels*/
.menuButtonSecond {
	background-color:Window;
	border:solid 1px Window;
	font:12px Arial,sans-serif;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
	background-color:Highlight;
	color:WindowText;
	cursor:default;
	border:solid 1px WindowText;
	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 {
	background-color:Highlight;
	color:WindowText;
	 cursor:default;
	 border:solid 0px;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*menu panel - top level*/
.menuTable{
	background-color:ButtonFace;
	border-bottom:solid 1px #808080;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #808080;
	border-top:solid 1px #FFFFFF;
	margin:0px;
	-moz-user-select:none;
	padding:0px;
	
}
/*menu panel - other levels*/
.secondMenuTable{
	background-color:Window;
	border: outset 2px #ffffff; 
	margin:0px;
	-moz-user-select:none;
	padding:0px 1px 0px 2px;
}

/*divider - horizontal*/
.menuDivider {
	background-color:Window;
	border-left:solid 1px #808080;
	border-right:solid 1px #FFFFFF;
	height:100%;
	margin-bottom:2px;
	margin-top:1px;
	overflow:hidden;
	vertical-align:middle;
	width:2px;
}
/*divider - vertical*/
.menuDividerY {
	background-color:Window;
	border-bottom:solid 1px #FFFFFF;
	border-top:solid 1px #808080;
	height:2px;
	overflow:hidden;
	width:100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuHandle {
	background-color:Window;
	border-bottom:solid 1px #808080;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #808080;
	border-top:solid 1px #FFFFFF;
	cursor:move;
	height:100%;
	overflow:hidden;
	width:3px;
}
/*drag handler for menu - vertical*/
.vmenuHandle {
	background-color:Window;
	border-bottom:solid 1px #808080;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #808080;
	border-top:solid 1px #FFFFFF;
	cursor:move;
	height:3px;
}


/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
.iconGray {
	filter:BlendTrans(Percent=50) gray();
	cursor: default;
	border:solid 1px ButtonFace;
}

/*enabled scroller*/
.menuScrollerEnabled{
	background-color:#CAC8D4;
	 cursor: pointer;
	 text-align:center;
}
/*disabled scroller*/
.menuScrollerDisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}
