/*button text - all levels*/
#xpstyle .menuButtonSecond td, #xpstyle .menuButton td, #xpstyle .menuButtondown td,#xpstyle .menuButtonover td {
	cursor:default;
}
/*menu text - all levels*/
#xpstyle .defaultMenuText{
	font: 11px Tahoma,Arial;
	padding-left:10px;
	padding-right:5px;
	color: black;
	/* font-weight: bold; */
}
/*menu caption if any*/
#xpstyle .menuName{
	color : gray;
	letter-spacing : 7px;
	font : 11px Arial,sans-serif;
	padding-left : 10px;
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
#xpstyle .menuButton {
	border : solid 1px #FF9900;
}
/*down button state - top level*/
#xpstyle .menuButtondown {
	background-color:#CC3300;
	border: solid 1px #CC3300;
	color:black;
	cursor : default;
}
/*mouse over button state - top level*/
#xpstyle .menuButtonover {
	background-color : #CC3300;
	border: solid 1px #CC3300;
	color:white;
	cursor : default;
}
/*text color for pressed and over items - top level*/
#xpstyle .menuButtondown .defaultMenuText,#xpstyle .menuButtonover .defaultMenuText{
	color:white;
}
/*plain button state - other levels*/
#xpstyle .menuButtonSecond {
	background-color:#FF9900;
	border:1px solid #FF9900;
	font:12px Arial,sans-serif;
}
/*mouse over button and down button states - other levels*/
#xpstyle .menuButtonSecondover,#xpstyle .menuButtonSeconddown {
	background-color:#CC3300;
	color:white;
	cursor : default;
	border:1px solid #CC3300;
	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*/
#xpstyle .menuButtonSeconddown td {
	 color:white;
	 cursor:default;
	 border:0px solid;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
#xpstyle .menuTable{
	background-color:#FF9900;
	border-bottom:solid #860000 1px;
	border-left:solid #FFEACA 1px;
	border-right:solid #860000 1px;
	border-top:solid #FFEACA 1px;
	margin:0px;
	-moz-user-select : none;
	padding : 0px;
	
}
/*menu panel - other levels*/
#xpstyle .secondMenuTable{
	background-color : #FF9900;
	border: 1px solid #000000; 
	border-right:2px outset #ffffff;
	border-bottom:2px outset #ffffff;
	margin : 0px;
	-moz-user-select : none;
	padding : 0 1 0 2;
	margin-top:-1px;
}

/*devider - horizontal*/
#xpstyle .menudivider {
	background-color : #FF9900;
	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*/
#xpstyle .menudividery {
	background-color : #FF9900;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #808080 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
#xpstyle .menuhandle {
	background-color : #FF9900;
	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*/
#xpstyle .vmenuhandle {
	background-color : #FF9900;
	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*/
#xpstyle .iconGray {
	filter : BlendTrans(Percent=50) gray(); 
	cursor: default; 
	border:solid 1px #FF9900;
}

/*enabled scroller*/
#xpstyle .menuscrollerenabled{
	background-color:#CAC8D4;
	 cursor: pointer;	
	 text-align:center;
}
/*disabled scroller*/
#xpstyle .menuscrollerdisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}
