@charset "utf-8";
ul.dropdown {
	background-color: #d4f9f8;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 597;
}
ul.dropdown a:link {
	text-decoration: none;
	color: #4a53a2;
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	font-weight: bold;
}
ul.dropdown a:visited {
	text-decoration: none;
	color: #4a53a2;
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	font-weight: bold;
}
ul.dropdown a:hover, .dropdown ul li a:hover {
	text-decoration: none;
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	font-weight: bold;
}
ul.dropdown ul {
	background-color: #d4f9f8;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 598;
	left: 0px;
	top: 100%;
}
ul.dropdown li {
	line-height: 5mm;
	vertical-align: middle;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width:110px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	text-align: center;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown ul li {
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003399;	
}
ul.dropdown ul ul {
	left: 99%;
	top: 1px;	
}

ul.dropdown li:hover, .dropdown ul li a:hover {
	background-color: #00a7ea;
	position: relative;
	z-index: 599;
/*	background-image: url(freccia-destra.gif); */
}

.dropdown ul li a{
	display: block;
}
