/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor:default;
}
/*menu text - all levels*/
.defaultMenuText{/*Colore testo e tipo di testo*/
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:5px;
}
/*disabled menu text - all levels*/
.buttonTextDisabled{
	font: 11px "Microsoft Sans Serif",Arial;
	padding-left:10px;
	padding-right:5px;
    color:gray;
}

/*menu caption if any*/
.menuName{
	color : gray;
	letter-spacing : 7px;
	font : 11px Arial,sans-serif;
	padding-left : 10px;
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
	border : solid 1px #3062a9;
}
/*down button state - top level*/
.menuButtondown {
	background-color : #afceea;
	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 : #afceea;
	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:#afceea;
	border:1px solid #afceea;/*colore bordo interno menu a tendina*/
	font:12px Arial,sans-serif;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
	background-color : #000034;/*Colore sfondo del testo quando si passa*/
	color:#9999CC;
	cursor : default;
	border:1px solid #9999CC;
	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:#FFFFFF;/*testo sotto menu */
	 cursor:default;
	 border:0px solid;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable{
	background-color : #3062a9;
	border-bottom : solid #3062a9 1px;
	border-left : solid #3062a9 1px;
	border-right : solid #3062a9 1px;
	border-top : solid #3062a9 1px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	
}
/*menu panel - other levels*/
.secondMenuTable{
	background-color : #3062a9;/*prova*/
	border: 2px outset #ffffff; 
	margin : 0px;
	-moz-user-select : none;
	padding : 0px 1px 0px 2px;
}

/*devider - horizontal*/
.menuDivider {
	background-color : #9999CC;/*prova*/
	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 : #afceea;
	border-bottom : solid #afceea 1px;
	border-top : solid #afceea 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuHandle {
	background-color : #9999CC;/*prova*/
	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 : #9999CC;/*prova*/
	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 #9999CC;/*prova*/
}

/*enabled scroller*/
.menuScrollerEnabled{
	background-color:#3062a9;
	 cursor: pointer;
	 text-align:center;
}
/*disabled scroller*/
.menuScrollerDisabled{
	background-color: #afceea;
	cursor: default;
	visibility:hidden;
	text-align:center;
	
}
