<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

ul {
	margin: 0;
	padding: 0;

}
div#menud {
display:none;
}
div#menu {
display:none;
}

.sopra{	
float:right;
width: 48%;
height:40px;
background-color:#057CDC;
padding:20px 0px 0px 0px;
text-align:right;
line-height:1.5em;
border: 0px #333 solid;

	
}
a.aprimenu {
	/* Voci dell'elenco principale */
	width: 100%;
	padding:0px;
	color: #fff;
	font-size: 1.0em;
	overflow: hidden;
  	border-bottom: 1px #333 solid;
  	font-weight: bold; 
    text-transform: uppercase;
    margin-top:10px;
  	text-decoration: none;	
  	}
.amenu{
	float: right; padding:0px 5px 0px 5px;
	  	text-decoration: none;	

	}

ul.container_mo {
	display:inline;
	width: 255px;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 10px 15px;
	float: right;
  	text-decoration: none;	
	color: #BA0419;
  	border: 0px #333 solid;
}

li {
	list-style: none;
	text-align: right;
	color: #636363;
}

li.menum {
	/* Voci dell'elenco principale */
	width: 100%;
	padding:0px 0px 0px 0px;
}

li.menum a:hover {
	text-decoration: none;
  	border-bottom: 1px #636363 solid;
  	text-decoration: none;
  	color: #636363;
    background: #f7f7f7; 
	
}


li.titleh a {
	/* Voce del menu principale */
	display: block;
	position: relative;
	width: 180px;
	height: 24px;
	padding: 10px 10px 2px 30px;
	text-decoration: none;	
	color: #fff;
	font-size: 0.9em;
	overflow: hidden;
  	border: 2px #F7F6F2 solid;
  	font-weight: bold; 
    text-transform: uppercase;
background-color:#4266AC;
margin-top: 2px;
}
li.titleh a:hover {
	text-decoration: none;
  	border: 2px #4266AC solid;
  	text-decoration: none;
  	color: #636363;
    background: #f7f7f7; 

}


li.title a:hover {
	text-decoration: none;
  	border-bottom: 3px #3366cc solid;
  	text-decoration: none;	
	width: 202px;
	height: 20px;
}

li.title a span {
	/* Questo span agisce come parte finale della sezione title */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 14px;
}

.sub-menu {
	/* Sotto menu */
	width: 100%;
	padding-top: 3px;
	color: #fff;
    font-family: 'mission_gothiclight', Arial, Geneva, sans-serif;
}

.sub-menu li {
	/* Voci del sotto menu */
	margin-left: 5px;
 	font-size: 0.9em;
  	font-weight: bold; 
 	width:220px;
	padding: 5px;
	color: #BA0419;
	border-bottom: 1px solid #636363;
}
.sub-menu li a{
	width: 220px;
	color: #636363;
  	text-decoration: none;	

}
.sub-menu li:hover{
	width: 220px;
	color: #3366cc;
  	text-decoration: none;	
	border-bottom: 3px solid #636363;

}
li.sub-menu a:hover{
	color: #144B96;

}


.clear {
	clear:both;
}</pre></body></html>