#dhtmlgoodies_menu{		
	font-family:verdana,arial;	/* Font for main menu items */
	width:211px;	/* Width of main menu */
}
#dhtmlgoodies_menu li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:20px;
}
#dhtmlgoodies_menu li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	font-weight:bolder; /* Bold text */
	
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #999;	/* Black border */
	background-color:#FFF;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
			/* Air between border and text inside */
	padding-left:4px;
	padding-right:1px;
	padding-top:1px;
	padding-bottom:1px;
	
	display:block;
}
#dhtmlgoodies_menu li a:hover, #dhtmlgoodies_menu .activeMainMenuItem{
	text-decoration:none;	/* No underline */
	color:#000;
	background-color:#DEE6F3;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #999;
	background-color:#FFF;
	font-family:verdana,arial;
	/*text-align:left;*/

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	white-space:nowrap;	/* No line break */
	
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	/*padding:1px;	/* Air between border and text inside */
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	text-decoration:none;	/* No underline */
	color:#000;	/* White text */
	background-color:#DEE6F3;	/* Blue background */
}



/*********** IMPOSTAZIONE MENU ACCORDION ********/


div.toggler
{
	font-size : 13px;
	color : white;
	padding : 2px 2px 2px 2px;
	font-family : verdana,arial,sans-serif;
	text-decoration : none;
	cursor : pointer;
	width : 214px;
	height : 20px;
	/*margin : 0px 2px 0px 5px;*/
	z-index : 10;
	background-color : #999999;
	border-bottom : 1px solid white;
}

div.toggler:hover
{
	background-color : #b5b5b5;
}

div.element
{
	font-size : 13px;
	color : black;
	/*padding : 2px 2px 2px 2px;*/
	font-family : verdana,arial,sans-serif;
	text-decoration : none;
	cursor : pointer;
	width : 200px;
	height : 20px;
	/*margin : 0px 2px 0px 5px;*/
	/*padding-left : 5px;*/
	z-index : 1;
	/*background-color : #b5b5b5;*/
	background-color : #FFFFFF;
	margin-left : 7px;
}

div.dati:hover
{
	background-color : #b5b5b5;
	margin-left : -5px;
	padding-left : 5px;
	width : 200px;
	color : white;
}

a.menu_left
{
	text-decoration : none;
	
}

a.menu_left:hover
{
	text-decoration : none;
	color : white;
}

img.menu_icon:hover
{
	background-color: white;
}

div.scritte_menu
{
	text-decoration : none;
	width : 200px;
	
}

.scritte_menu
{
	float: left;
}

#top_menu_left
{
	margin-bottom:-3px;
	padding:0px 2px 0px 5px;
}

#bottom_menu_left
{
	padding:0px 2px 0px 5px;
}

td#menu_left_block
{
	/*padding : 2px 2px 2px 2px;*/
	/*padding-top : 5px;*/
	/*background-color : white;*/
	width : 220px;
	background-color :#FFFFFF;
}


/*
div.toggler
{
	font-size : 14px;
	color : black;
	padding : 2px 2px 2px 2px;
	font-family : verdana,arial,sans-serif;
	text-decoration : none;
	cursor : pointer;
	width : 200px;
	height : 20px;
	margin : 0px 2px 0px 5px;
	z-index : 10;
	background : url(../images/button_back.gif);
	 
}

div.toggler:hover
{
	background : url(../images/button_back_hover.gif);
}

div.element
{
	font-size : 14px;
	color : black;
	padding : 2px 2px 2px 2px;
	font-family : verdana,arial,sans-serif;
	text-decoration : none;
	cursor : pointer;
	width : 200px;
	height : 20px;
	margin : 0px 2px 0px 5px;
	padding-left : 5px;
	z-index : 1;
	background : url(../images/back_accordion.gif) repeat-y;
}

div.dati:hover
{
	background : url(../images/back_accordion_hover.gif);
	margin-left : -5px;
	padding-left : 5px;
	width : 199px;
	
}

a.menu_left
{
	text-decoration : none;
	
}

img.menu_icon:hover
{
	background-color: white;
}

div.scritte_menu
{
	text-decoration : none;
	width : 170px;
	
}

.scritte_menu
{
	float: left;
}

#top_menu_left
{
	margin-bottom:-3px;
	padding:0px 2px 0px 5px;
}

#bottom_menu_left
{
	padding:0px 2px 0px 5px;
}

td#menu_left_block
{
	padding : 2px 2px 2px 2px;
	padding-top : 5px;
	background-color : white;
}


*/

