/* Stile della sezione navigazione */

#megamenu0 {
	background : silver;
	border-bottom : silver 1px;
	color : red;
  link : orange;
  alink : yellow;
  vlink : green;
	width : 99%;
	font : bold 13px Tahoma, Verdana, Helvetica, sans-serif;
  /*position: relative;
	height : 50;
  right : 0;
  left: 0;
  top: 0;*/
  float : left;
}

#megamenu0 a {
	background : silver;
	color : red;
  link : orange;
  alink : yellow;
  vlink : green;
	width : 99%;
	font : bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#megamenu0 h1 {
	background : #FFFFFF;
	border-bottom : 1px dotted #808080;
	border-left : 1px dotted #808080;
	border-right : 1px dotted #808080;
	border-top : 1px dotted #808080;
	color : black;
	font : bold 16px Tahoma, Verdana, Helvetica, sans-serif;
	margin-bottom : 3px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	padding-bottom : 2px;
	text-align : center;
	width : 97.5%;
}

.megamenu0 {
	background : silver;
	color : orange;
  link : red;
  alink : yellow;
  vlink : green;
	width : 99.5%;
}

.megamenu{
background: white;
color : #000000;
position: absolute;
display: none;
left: 0;
top: 0;
border: 1px solid #f06b24;
border-width: 5px 1px;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;

}

.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
font: normal 12px Verdana;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
  link : orange;
  alink : yellow;
  vlink : green;
}

.megamenu .column ul li a:hover{
background: #e0e0e0;  /* colore = Silver
color: yellow;
}
