/*button text - all levels*/
#.menuButtonSecond td, #.menuButton td, #.menuButtondown td,#.menuButtonover td {
	cursor:default;
}
/*menu text - all levels*/
#.defaultMenuText{
	font: 9px  Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
/*menu caption if any*/
#.menuName{
	color : gray;
	letter-spacing : 7px;
	font: 8px  Verdana, Arial, Helvetica, sans-serif;
	padding-left : 10px;
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
#.menuButton {
	border : solid 1px #EEEEEE;
	background-image:url(../../../../site_images/btnfondo.jpg);
	background-repeat:no-repeat;	
}
/*down button state - top level*/
#.menuButtondown {
	background-color : #EEEEEE;
	background-image:url(../../../../site_images/btnfondo.jpg);
	background-repeat:no-repeat;		
	border: solid 1px #EEEEEE;
	cursor : default;
}
/*mouse over button state - top level*/
#.menuButtonover {
	background-color : ##E4E4E4;
	background-image:url(../../../../site_images/btnfondo.jpg);
	background-repeat:no-repeat;		
	border: solid 1px #EEEEEE;
	cursor : default;
}
/*text color for pressed and over items - top level*/
#.menuButtondown .defaultMenuText,#.menuButtonover .defaultMenuText{
	color:black;
}
/*plain button state - other levels*/
#.menuButtonSecond {
	background-color:white;/*#xD4D0C8*/
	border:1px solid white;
	font: 8px  Verdana, Arial, Helvetica, sans-serif;
}
/*mouse over button and down button states - other levels*/
#.menuButtonSecondover,#.menuButtonSeconddown {
	background-color : #316ac5;
	color:white;
	cursor : default;
	border:1px solid #316ac5;
	font: 8px  Verdana, Arial, Helvetica, 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:white;
	 cursor:default;
	 border:0px solid;
}


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

/*manu panel - top level*/
#.menuTable{
	background-color : #EEEEEE;
	border-bottom : solid #808080 0px;
	border-left : solid #FFFFFF 0px;
	border-right : solid #808080 0px;
	border-top : solid #FFFFFF 0px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	
}
/*menu panel - other levels*/
#.secondMenuTable{
	background-color : #EEEEEE;
	border: 0px solid #808080; 
	border-right:0px outset #ffffff;
	border-bottom:0px outset #ffffff;
	margin : 0px;
	-moz-user-select : none;
	padding : 0 0 0 0;
	margin-top:-1px;
}

/*devider - horizontal*/
#.menudivider {
	background-color : #ece9d8;
	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 : #ece9d8;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #808080 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

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

/*drag handler for menu - horizontal*/
#.menuhandle {
	background-color : #ece9d8;
	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 : #ece9d8;
	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 #ece9d8;
}

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