/*  */

#BreadCrumb {
	font-size: 80%;
	padding-bottom: 10px;
	padding-right: 0px;
	text-align: right;
	padding-left: 350px;
	background-color:#EAF2C8;
	color:#9A2714;
	
}

#BreadCrumb A {
	text-decoration: underline;
	color: #1A6703;
}

#BreadCrumb A:hover {
	text-decoration: none;
	color: #6B332E;
}


#WrapperPagina {
	width: 100%;
	border-collapse: collapse;
}

/* Barra sinistra */

#BarraSx {
	vertical-align: top;
	width: 190px;
	padding-right: 0px;
	padding-left: 35px;
	background-image:url(../immagini/home/SfondoImpronte.gif);
	background-repeat: repeat-y;
}

#WrapperBarraSx {
	margin-top: 56px;
}

#BarraSx H3 {
	font-size: 80%;
	color: #1A6703;
	font-weight: bold;
	border-bottom: 1px solid #C7C79E;
	padding-bottom: 1px;
	padding-top: 5px;
	padding-left: 5px;
}

#BarraSx H3.Act {
	font-size: 80%;
	color: #1A6703;
	background-color:#EAF2C8;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid #9A2714;
	padding-bottom: 1px;
	padding-top: 5px;
	padding-left: 5px;
}

#BarraSx H3 A {
	font-size: 90%;
	color: #EAF2C8;
	background-color:#1A6703;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid #9A2714;
	padding-bottom: 1px;
	padding-top: 5px;
	padding-left: 5px;
}

#BarraSx UL {
	margin-bottom: 20px;
}

#BarraSx LI {
    display: inline;
    list-style-type: none;
	background-color: #FFFFFF;
	
}

#BarraSx A {
    display: block;
    font-size: 70%;
	color: #616140;
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-position: left;
	background-repeat: no-repeat;
}

#BarraSx A:hover {
	color: #9A2714;
	text-decoration:none;
	background-color:#CAF23E;
}

#BarraSx A.Act, BarraSx A.Act:hover {
	color: #9A2714;
	font-weight: bold;
	background-image: url('');
	border-bottom: 1px solid #9A2714; 
}

#BarraSx LI UL {
	border-right: 1px solid #9A2714;
	border-bottom: 1px solid #9A2714;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

#BarraSx LI LI A {
	display: block;
    font-size: 70%;
	color: #616140;
	border-bottom: 0;
	text-align:right;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 10px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url('');
}

#BarraSx LI LI A:hover {
	color: #9A2714;
	text-decoration:underline;	
}

#BarraSx LI LI A.Act, #BarraSx LI LI A.Act:hover {
	background-color: transparent;
	color: #9A2714;
	text-align: right;
	padding-right: 10px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

