/* MENU TOP */
div#menuTop {
	width: 840px;
	height:94px;
	margin: 0 auto 5px auto;
	background-image: url(../img/asc-istituzionale/menu-top.png);
	background-position: left 0px;
}

/* MENU CONTESTUALE */
div#menuContestual {
	width: 840px;
	height: 77px;
	line-height:77px;
	background-position:0 0;
	background-repeat: no-repeat;
}
div#menuContestual a {
	height: 50px;
	line-height:60px;	
	display:block;
	float:left;	
	/*background-color:rgba(255,0,0,0.5);*/
}

/* MENU LATERALE */

#accordion {
    padding: 0 0 0 0;
    width: 170px;
	font-size: 8pt;
	line-height:8pt;
}
#accordion div {
    display: block;
    margin: 1px;
    cursor: pointer;
    padding: 5 5 5 7px;
}
#accordion ul {
    list-style: none;
    padding: 0 0 0 0;
}
#accordion ul li {
    font-weight: normal;
    cursor: auto;
    padding: 0;
}

/* SUBLEVELS GENERAL */
ul.accordion li a {
    color: #FFF !important;
    width:107px;
    height:32px;
    display:block;
    visibility: visible;
    margin-top:5px;
    padding: 7px 4px 0 4px;
    text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
}
ul.accordion li a span {
	display: inline;
}
/* indent */
ul.accordion li ul li a {
    margin-left:8px;    
}