/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor:default;
}
/*menu text - all levels*/
.defaultMenuText{
	font:11px verdana;
	text-align:left;
	width:138px;
	height:20px;
	overflow:hidden;
}
/*disabled menu text - all levels*/
.buttonTextDisabled{
	font: 11px verdana;
	padding-left:10px;
	padding-right:5px;
  color:gray;
}
/*menu caption if any*/
.menuName{
	color:#C0C0C0;
	font:10px verdana;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
	border:0px;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 2px solid;
	padding:1px;
	padding-left:3px;
	/*background-color:#F4F4F4;*/
	/* Angelo Po */
	background-color:#990000;
	color:#FFFFFF;
}
/*down button state - top level*/
.menuButtondown {
	padding:1px;
	padding-left:3px;
	background-color:#EFEFEF;
	border:0px;
	border-top:#CCCCCC 1px solid;
	border-left:#990000 2px solid;
}
/*mouse over button state - top level*/
.menuButtonover {
	padding:1px;
	padding-left:3px;
	background-color:#EFEFEF;
	border:0px;
	border-top:#CCCCCC 1px solid;
	border-left:#990000 2px solid;
}
/*plain button state - other levels*/
.menuButtonSecond {
	border:0px;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 2px solid;
	padding:1px;
	/*background-color:#F4F4F4;*/
	/* Angelo Po */
	background-color:#990000;
	color:#FFFFFF;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
	padding:1px;
	background-color:#C0C0C0;
	border:0px;
	border-top:#CCCCCC 1px solid;
	border-left:#990000 2px solid;
	background-color:#F4F4F4;
	color:#990000;
}
/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
	color:#000000;
  cursor:default;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable{
	background-color:#FFFFFF;
	-moz-user-select:none;
}
/*menu panel - other levels*/
.secondMenuTable{
	background-color:#FFFFFF;
	-moz-user-select:none;
}

/*devider - horizontal*/
.menuDivider {
	background-color:#D4D0C8;
	border-left:solid #808080 1px;
	border-right:solid #FFFFFF 1px;
	height:100%;
	margin-bottom:2px;
	margin-top:1px;
	overflow:hidden;
	vertical-align:middle;
	width:2px;
}
/*devider - vertical*/
.menuDividerY {
	background-color:#D4D0C8;
	border-bottom:solid #FFFFFF 1px;
	border-top:solid #808080 1px;
	height:50px;
	overflow:hidden;
	width:100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuHandle {
	background-color : #D4D0C8;
	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;
}
/*drag handler for menu - vertical*/
.vmenuHandle {
	background-color : #D4D0C8;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 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;
}
*/
