
.navCont
{
	float: left;
	width: 100%;
	height: 29px;
	margin: 0px auto;
	/*border-top: 1px solid black;*/
	background: #657FBA url('../images/menubar.gif');
}

ul#nav{
	float: left;
	height: 27px;
	list-style: none;
	margin: 0px auto;
	padding: 2px 0 0 0;
	
}

ul#nav li ul li{
	list-style:none;
	border:none;
	font-weight: none;
}

ul#nav li{
	float: left;
	margin: 0 0.1em 0;
	padding: 0; 
	font: 12px "Century Gothic", Arial;
	font-weight: bold;
	border-left: 1px solid #C4DAF4; 
	border-right: 1px solid #072D52; 
	border-top: 1px solid #C4DAF4; 
	border-bottom: 1px solid #072D52;
}

ul#nav a:link,
ul#nav a:visited{
	display: block;
	padding: 3px 8px;
	color: #FFFFFF;
	text-decoration: none;
}

ul#nav a:hover,
ul#nav a:focus,
ul#nav a:active,
ul#nav li#active span,
ul#nav a:hover span {
	padding: 3px 10px;
	text-decoration: none;
	background: url('../images/sfondobottone3.jpg')    right; 
	color: #000;
	font-weight: bold;
}

ul#nav li ul{
	display: none;
}

ul#nav li:hover ul{
	display: block;
	position: absolute;
	z-index:1;
	width:160px;
	padding: 0;
	margin: 0px 0 0 -1px;
	/*border-left: 1px solid #C4DAF4; 
	border-right: 1px solid #072D52; 
	border-top: 1px solid #C4DAF4; */
	border: 1px solid #072D52;
	background: #2E609C;
		filter:alpha(opacity=92); /* for IE */
		-moz-opacity:0.92; /* for mozilla */
			opacity: 0.92; /* for safari */
			khtml-opacity: 0.92 /* for konquerer and older safari */ 
	font-size:1em;
}

ul#nav li li {
	width: 160px;
}


.navigationCont {
	width:100%;
	float:left;
	font: 90% "Trebuchet MS",Arial,sans-serif;
	margin-bottom: 10px;
	margin-right:0px;
	background: url(../images/bgVerticalGradient.gif) repeat-x #fff; 
}

div#multimenu ul,div#multimenu li{margin:0px;padding:0;list-style:none}

div#multimenu{width: 100%;overflow: hidden;  /*  simple clearing of floats */
    padding: 2px 0; margin:1px 0;
    line-height: 1.8;
}

div#multimenu h3{font:12px "Trebuchet MS",Arial,sans-serif;
    margin: 0.1em 0;color:#666666;
}
div#multimenu ul,div#multimenu li{margin:0;padding:0;list-style:none}

div#multimenu div{float:left;width:96%;
    margin-left: 2%;display:inline; /* per evitare il float double margin bug di IE*/
    }

div#multimenu li
{
	border-bottom:1px solid #aaa; 
}

div#multimenu a{
	display:block;
	color: #444;
    height: auto !important;
	height: 1%; /*holly hack semplificato per IE*/
    text-decoration:none;
	padding-left:25px;
    background: transparent url('../images/arroworange.gif') no-repeat center left;
}

div#multimenu a:hover{
	background-color: #FBB276;
	color:#000;
}


#multimenu_top{
		width: 100%;
		height: 20px;
		margin: 0px;
		padding: 3px 0 0 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
	 	text-align:center;
		border-bottom: 1px solid #90ADC6;
		background: url('../images/bg_g2.gif') #CA0D2D;
		color: #FFFFFF;
}

