#menu {
	float: left;
	width: 165px;
	margin-top: 40px;
	margin-left: 15px;
	clear: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	width: 135px;
	text-indent: 30px;
	padding-right: 0em;
	padding-left: 1em;
	text-transform: uppercase;
	font-size: 11px;
	list-style-image: none;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	margin: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	background-repeat: no-repeat;
	background-position: -15px -20px;
}
#menu a:hover {
	background-repeat: no-repeat;
	color: #3553A2;
	background-position: -15px -20px;
}
#menu a:active {
	background-repeat: no-repeat;
	background-position: -15px -20px;
	color: #727272;
}
.copyright a {
	color: #FFC;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFC;
	text-decoration: underline;
}


#main-usato p a {
	color: #3553A2;
	text-decoration: none;
}

#main-usato p a:hover {
	color: #333;
	text-decoration: none;
}

ul.ppt {
	position: relative;
	float: right;
	background-image: url(sfondi/bianco-trasp.png);
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #666;
	background-color: #666;
}

