/*css del menu*/
div#nav{
	width:150px;
	margin-left: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
#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: 12px;
	color: #FFFFFF;
	background-color: #CC0066;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 13px;
	background-image: url(img_generiche/arrow_rosasu.gif);
	background-repeat: no-repeat;
	background-position: 135px center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-decoration: underline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
}
div#nav h4 a:hover {
	color: #FFFFFF;
	background-image: url(img_generiche/arrow_rosagiu.gif);
	background-color: #990033;
	background-repeat: no-repeat;
	background-position: 135px center;
}
div#nav h4 a {
	color: #CC0066;
	background-image: url(img_generiche/arrow_rosagiu.gif);
	background-repeat: no-repeat;
	background-position: 135px top;
}
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, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img_generiche/arrow_rosasu.gif);
	height: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 135px center;
	text-decoration: underline;
	background-color: #CC0066;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#nav span a:hover {
	color: #FFFFFF;
	background-color: #CC0066;
	background-image: url(img_generiche/arrow_rosagiu.gif);
	background-repeat: no-repeat;
	background-position: 130px center;
}
div#nav a{
	display: block;
	padding-left: 12px;
	height: auto;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #CC0066;
	line-height: 15px;
	background-image: none;
}
div#nav a:hover{
	color: #FFFFFF;
	background-color: #CC0066;
	background-image: none;
}
div#nav ul ul a{
	color: #CC3366;
	background-color: #FFDFD2;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img_generiche/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding-left: 18px;
	margin-left: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC3366;
	border-left-color: #CC3366;
	margin-bottom: 3px;
	margin-top: 2px;
	margin-right: 0px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.screen {display:none}

