.ContenitoreMenu{
	width:200px;
	margin-bottom:5px;
	border:solid 1px #CCCCCC;
	background-color: transparent;
		}
		
.ContenitoreMenu ul, .ContenitoreMenu ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.ContenitoreMenu .TitoloMenu{
	width: 100%;
	overflow: hidden;
	background-image: url(../img/tastis.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 30px;
}

.ContenitoreMenu .TitoloMenu span {
	float: left;
	width: 150px;
	line-height: 25px;
	padding-left: 25px;
	color: #1F335F;
	text-transform: uppercase;
	font-weight: bold;
}

.ContenitoreMenu .TitoloMenu img {
	float: right;
	cursor: pointer;
	margin: 6px 5px 5px 0;
}
.ContenitoreMenu .ContenutoMenu {
	width: 100%;
	overflow: hidden;
}

.ContenitoreMenu .VociMenu li a {
	display: block;
	font-weight: bold;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #1F335F;
	position: relative;
}

.ContenitoreMenu .VociMenu a span.ImmagineSx {
	position: absolute;
	left: 6px;
	top: 5px;
	width: 31px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ContenitoreMenu .VociMenu a img.ImmagineDx {
	position: absolute;
	right: 6px;
	top: 2px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border:none;
}
.ContenitoreMenu .VociMenu a img.ImmagineSx {
	position: absolute;
	left: 6px;
	top: 2px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border:none;
}

.ContenitoreMenu .VociMenu a.conFreccia {
	padding-right: 18px;
}
.ContenitoreMenu .VociMenu a span.chiuso, .ContenitoreMenu .VociMenu a span.aperto {
	position: absolute;
	right: 6px;
	top: 5px;
	width: 22px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ContenitoreMenu .VociMenu a span.chiuso {
	background-image: url(../img/Freccia_giu1.png);
}

.ContenitoreMenu .VociMenu a span.aperto {
	background-image: url(../img/Freccia_su1.png);
}
.ContenitoreMenu ul.SottoMenu {
  display: none;
}

.ContenitoreMenu ul.SottoMenuAperto {
  display: block;
}
.ContenitoreMenu ul.SottoMenu li a {
	font-weight: normal;
	background-color: #F0F9F6;
}
.ContenitoreMenu ul.SottoMenu li .SottoMenu li a {
	text-align:center;
	background-color: #FFE4CA;
	font-size:14px;
	margin:0px 6px 1px 6px;
}
.ContenitoreMenu .VociMenu a:hover, .ContenitoreMenu ul.SottoMenu li .SottoMenu li a:hover {
	background-color: #EAEAEA;
}
