/*css del menu*/
div#nav{
	width:165px;
	margin-left: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#contenitore_menu {
	padding: 0px;
	clear: left;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div#nav h4{
	font-size: 13px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 21px;
	background-image: url(img_generiche/freccia_su.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	text-indent: 25px;
}
div#nav ul,div#nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#nav li{
	margin: 0 0 1px 0;
	display: inline;
}
div#nav span a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img_generiche/freccia_su.gif);
	height: 21px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 25px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div#nav span a:hover {
	color: #FFCC00;
	background-image: url(img_generiche/freccia_giu.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: underline;
}
div#nav a{
	display: block;
	padding-left: 12px;
	height: auto;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	background-image: none;
}
div#nav a:hover{
	color: #FFCC00;
	background-image: none;
}
div#nav ul ul a{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img_generiche/quadrato_giallo.gif);
	background-repeat: no-repeat;
	background-position: 7px 2px;
	padding-left: 23px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: 2px;
	margin-right: 0px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.screen {}
hr
{
	color:#BCAA9A;
	height: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding: 0px;
	display: block;
	background-color: #BCAA9A;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
}

