body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c3c34;
	text-decoration: none;
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat;
}
.sfondo {
	background-image: url(../img/sfondo-sfumatura.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A372D;
	text-decoration: none;
}
td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E4D5B;
	text-decoration: none;
}
td a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.contenuti-homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
}
.contenuti-homepage a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #4A372D;
	font-weight: bold;
}
.contenuti-homepage a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #4A372D;
	font-weight: bold;
}
.contenuti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}
.contenuti a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #990000;
}
.contenuti a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #990000;
}
/*inizio menu*/
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:17px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	background-color: #9FB8BF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #9FB8BF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #C7E1DF;
	color: #1e4d5b;
	font-weight: bold;
}
/*fine menu*/

