/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 500px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 180px;
	visibility: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#dhtmlgoodies_slidedown_menu li {
	list-style-type:none;
	width: 180px;
}
#dhtmlgoodies_slidedown_menu ul {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#dhtmlgoodies_slidedown_menu div {
}
#dhtmlgoodies_slidedown_menu UL {

}
/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu A {
	line-height:16px;
	text-decoration:none;
	display:block;
	clear:both;
	color: #00755E;
	padding-left: 10px;
}
/*
	A tags 
	*/
	/*****************************************************************************/
	/*                         VOCI DI PRIMO LIVELLO                             */
	/*****************************************************************************/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {	/* Main menu items */;
	color:#fff;
	margin:0px;
	display:block !important;
	_border-width:0px 0px 0px 0px !important;
	_width:180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 170px;
}
#dhtmlgoodies_slidedown_menu A.slMenuItem_depth1:link,  #dhtmlgoodies_slidedown_menu A.slMenuItem_depth1:visited {
	display:block !important;
	text-decoration:none;
	color:#666666;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 11px;
	padding-left: 10px;
}
#dhtmlgoodies_slidedown_menu A.slMenuItem_depth1:hover,  #dhtmlgoodies_slidedown_menu A.slMenuItem_depth1:focus,  #dhtmlgoodies_slidedown_menu A.slMenuItem_depth1:active {
	display:block !important;
	text-decoration:none;
	background-color: #009273;
	text-align: left;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #fff;
	color: #fff;
}
#dhtmlgoodies_slidedown_menu LI.sub A.slMenuItem_depth1,  #dhtmlgoodies_slidedown_menu LI.sub A.slMenuItem_depth1:link,  #dhtmlgoodies_slidedown_menu LI.sub A.slMenuItem_depth1:visited,  #dhtmlgoodies_slidedown_menu LI.sub A.slMenuItem_depth1:hover,  #dhtmlgoodies_slidedown_menu LI.sub A.slMenuItem_depth1:focus,  #dhtmlgoodies_slidedown_menu LI.sub A.slMenuItem_depth1:active {
	display:block;
	border:0px;
	text-decoration:none;
	color:#464540;
	margin: 0px;
	padding: 0px;
}
/*****************************************************************************/
	/*                         SUB MENU depth 2                                  */
	/*****************************************************************************/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {	/* Sub menu items */
	font-size:11px;
	color:#666 !important;
	margin:0px;
	display:block !important;
	_width:180px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding-left: 0px;
}
#dhtmlgoodies_slidedown_menu A.slMenuItem_depth2:link,  #dhtmlgoodies_slidedown_menu A.slMenuItem_depth2:visited {
	color:#00755E !important;
	text-align: left;
	padding-left: 15px;
	width: 165px;
}
#dhtmlgoodies_slidedown_menu A.slMenuItem_depth2:hover,  #dhtmlgoodies_slidedown_menu A.slMenuItem_depth2:focus,  #dhtmlgoodies_slidedown_menu A.slMenuItem_depth2:active  #dhtmlgoodies_slidedown_menu A.slMenuItem_depth2:visited {
	color:#000000 !important;
	background-image: url(../../immagini/icomenu.gif);
	background-repeat: no-repeat;
	background-position: -7px 7px;
}
