@charset "utf-8";
/* CSS Document */
.title{
	font-family: Verdana;
	size:13px;
	color: #ffffff;
	font-weight:bold;
}
.stylegeneral{
	font-family: Verdana;
	color: #00C;
	font-size:12px;
}
.menu
{
	font-size:12px;
	text-decoration:none;
	color: #ffffff;
	font-family: Verdana;
}
a:link
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
#dropmenudiv{
position:absolute;
background-color: #86A5DE;
border:1px solid #00C;
border-bottom-width: 0;
font:normal 10px verdana;
color:#FFFFFF; /* colore interno dei collegamenti interni*/
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #00C;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#2359c3;


}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #ffffff;
}
