#menu {
	float: left;
	height: 34px;
	width: 100%;
	background: url(../img/main_center.jpg) repeat-x;
}
#menu_comune {
	float: left;
	height: 34px;
	width: 100%;
	background: url(../img/main_center_comune.jpg) repeat-x;
}

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 4px 0;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #ffffff;
	border-right: 1px dashed #d1e3db;
	text-decoration: none;
	background-image: url(../img/main_ctr.jpg);
}
#navlist a.comune, #navlist a.comune:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #ffffff;
	border-right: 1px dashed #d1e3db;
	text-decoration: none;
	background-image: url(../img/main_ctr_comune.jpg);
}

ul#navlist li#active {
	color: #95bbae;
}

#navlist a:hover {
	color: #d6d5d5;
}

.menuarchivio {
	clear: left;
	margin-left: 6px;
	font-size: 0.8em;
	font-weight: bold;
}
.menuarchivio span {
	color: #4d4d4d;
}
.menuarchivio a {
	text-decoration: none;
	font-weight: normal;
	color: #3198b9;
}
.menuarchivio a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #3198b9;
}
.menuarchivio .bordi {
	width: 21px;
	float: left;
}
.menuarchivio .lati10 {
	height: 18px;
	padding-top: 3px;
	width: 99px;
	background-color: #ffffff;
	float: left;
}
.menuarchivio .centro {
	width: 432px;
	height: 18px;
	padding-top: 3px;
	background-color: #ffffff;
	text-align: center;
	float: left;
}
