	#sezione A:link,
	#sezione A:visited {
		color: #FF0000;
		font-weight: normal;
		text-decoration: none;
	}
	#sezione A:hover {
		color: #FF0000;
		text-decoration: underline;
	}	
	#sezione P {
		text-indent: inherit;
	}
	
#box {
    width: 576px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	float: left;
	display: inline;
	border: 1px solid #B7B7B7;
	background: #EFF5F8;
}
	#box UL.menutre_sx {
		width: 220px;
		float: left;
		display: inline;
		padding: 0px 0px 0px 0px;
		margin: 10px;
	}
		#box UL.menutre_sx LI {
			list-style: square;
			list-style-position: inside;
			background: url(../image/li_struttura.gif) repeat-x bottom;
			padding: 3px 0px 3px 0px;
			color: #FF0000;
			border-bottom: 0px dashed #000;
		}
			#box UL.menutre_sx LI A:link,
			#box UL.menutre_sx LI A:visited {
				font-size: 11px;
				color: #FF0000;
				font-weight: bold;
				text-decoration: none;
			}
			#box UL.menutre_sx LI A:hover {
				color: #0E6AA4;
				text-decoration: underline;
			}


			#box UL.menutre_sx LI.active A:link,
			#box UL.menutre_sx LI.active A:visited {
				font-size: 11px;
				color: #0E6AA4;
				font-weight: bold;
				text-decoration: none;
			}
			#box UL.menutre_sx LI.active A:hover {
				color: #0E6AA4;
				text-decoration: underline;
			}
			#box UL.menutre_sx LI.active{
				color: #0E6AA4;
			}
	#box DIV.dx {
		width: 316px;
		float: left;
		display: inline;
		padding: 0px 0px 0px 0px;
		margin: 10px;
	}
		#box DIV.dx H2 {
			font-size: 14px;
			color: #286793;
		}



