/* MENU TOP */
div#menuTop {
	width: 830px;
	height:78px;
	margin: 0 auto 5px auto;
	background-image: url(../img/menu-top.png);
}

/* MENU CONTESTUALE */
div#menuContestual {
	width: 880px;
	height: 92px;
	line-height:92px;
	background-position:0 0;
	background-repeat: no-repeat;
}
div#menuContestual a {
	height: 60px;
	line-height:60px;	
	/*border-left: 1px solid red;
	border-right: 1px solid blue;*/
	font-size: 8pt;
	display:block;
	float:left;	
}

/* 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;
}
/*1ST LEVEL*/
ul.accordion li a {
    text-decoration: none;
	padding:0;
	margin:0;

}

/* SUBLEVELS GENERAL */
ul.accordion li ul li a {
	margin-left:8px;
	width:97px;
	height:29px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:5px;
	padding: 7px 4px 0 3px;
}
ul.accordion li ul li a span {
	display: inline;

}