/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/immagini/sfondo.gif);
	background-repeat: repeat;
}
.menu {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.scrittemenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#navigation ul{list-style-type: none;margin: 0;padding: 0}
div#navigation li{margin: 0 0 3px;padding: 0} 
div#navigation a{
    display: block;width: 150px;line-height: 20px;
    text-decoration: none; border: 1px dotted #CCCCCC;text-indent: 30px;
	border-right:none;
	border-left:none;
    background: url("/immagini/bknormal.gif") no-repeat top left;
    color: #333;font-variant: small-caps
}
div#navigation a:hover{
    background: url("/immagini/bkhover.gif") no-repeat top left;color: #660000;
	background-color:EAEAEA;
}

div#navigation li#activelink a,div#navigation li#activelink a:hover{
    background: url("/immagini/bkactive.gif") no-repeat top left;color: #fff*/
	background-color:#FFFFFF;
} 

.scritte, scritte a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
}
.scritte:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#660000;
	text-decoration:none;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*color: #FF9900;font-variant: small-caps;*/
	color: #660000;font-variant: small-caps;
	border-bottom:1px dashed #c1c1c1;
}
.titolo:link, .titolo:visited, .titolo:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;font-variant: small-caps;
	text-decoration: none;
}.titolo:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;font-variant: small-caps;
	text-decoration: none;
}
