﻿

ul {
	margin: 0;
	padding: 0;

}
div#menud {
display:none;
}
div#menu {
display:none;
}

.sopra{	width: 100%;
  	height:50px;
background-color:#fff;
padding:20px 0px 0px 0px;
text-align:right;
line-height:1.5em;
opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
box-shadow: 5px 5px 10px #636363;
  	border: 0px #333 solid;

	
}
a.aprimenu {
	/* Voci dell'elenco principale */
	width: 100%;
	padding:0px;
	color: #636363;
	font-size: 1.0em;
	overflow: hidden;
  	border-bottom: 0px #333 solid;
  	font-weight: bold; 
    text-transform: uppercase;
    margin-top:10px;
  	text-decoration: none;	
  	}
.amenu{
	float: right; padding:0px 5px 0px 5px;
	}

ul.container_mo {
	display:inline;
	width: 265px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 15px;
	float: right;
  	text-decoration: none;	
font-family: 'edmondsans_regularregular', Arial, Geneva, sans-serif;
	color: #BA0419;
  	border: 1px #333 solid;
  	z-index:1000;
}

li {
	list-style: none;
	text-align: left;
	color: #636363;
}

li.menum {
	/* Voci dell'elenco principale */
	width: 100%;
	padding:0px 0px 0px 0px;
  	z-index:1000;
}

li.menum a:hover {
	text-decoration: none;
  	border-bottom: 1px #636363 solid;
  	text-decoration: none;
  	color: #636363;
    background: #f7f7f7; 
  	z-index:1000;
	
}


li.titleh a {
	/* Voce del menu principale */
	display: block;
	position: relative;
	width: 180px;
	height: 24px;
	padding: 8px 8px 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:#A60D9A;
margin-top: 2px;
}
li.titleh a:hover {
	text-decoration: none;
  	border: 2px #A60D9A 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;
}