/* NEW MENU */

#nav {
	float: left;
	width: 915px;
	height: 39px;
	margin-top: 4px;
	margin-left: 1px;
	text-align: center;
	/*ie7*/
	#margin-left: 0;
}

#nav ul {	
	float: left;
	height: 39px;
	margin-top: 5px;
	text-align: center;
	#margin-left: 0px;
} 
	
#nav ul li {
	float: left;
	display:block;
	padding:0;
	height:auto;
	/* ie7 */
}

/* MENU IN STATO  HOVER e anche durante navigazione all'interno del sottomenu */
#nav .select {
	float: left;
	display:block;
	background: url('../images/common/menu.jpg');
	padding:0;
	width: 128px;
	height: 39px;
	list-style:none;
}

#nav .select a {
	float: left;
	display: block;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	list-style-type: none;
	text-align: center;
	width: 128px;
	height: 30px;
	padding-top: 10px;
}

#nav .select a:hover {
	background: #eee;
	cursor: pointer;
} 
 
#nav .select a:hover b{
	background: #eee;
	display: block;
	width: 128px;
	height: 30px;
	padding: 5px 0;
	color:#000;
}
 
#nav .select li:hover a b {
	background: #eee;
	display: block;
	width: 128px;
	height: 19px;
	padding: 10px 0;
	color:#000;
	margin-top: -10px;
}

#nav .select li:hover .sub {
	float: left;
	display: block;
	width: 898px;
	height: 33px;
	background:#eee;
	color: #000;
	padding: 0;
	z-index: 200;
	position: absolute;
	top: 298px;
	left: 0;
	/* ie7 */
	#height: 30px;
	#padding-top: 10px;
}

#nav .select li:hover .vuoto{
	float: left;
	display: block;
	width: 898px;
	height: 33px;
	background:#fff;
	color: #000;
	padding:0;
	z-index:200;
	position: absolute;
	top: 298px;
	left: 0;
	/* ie7 */
	#height: 37px;
}
 
#nav .select .sub li {
	float: left;
	font-weight: bold;
	color: #000;
	height: 30px;							/*ie6*/ _height: 25px;			/*ie7*/ #height: 20px;
	margin: 1px 3px 0 3px;					/*ie6*/ _margin: 5px 0 -10px 0;	/*ie7*/ #margin: -2px 0 -10px 0;

}

#nav .select .vuoto li {
	float: left;
	font-weight: bold;
	color: #000;
	height: 30px;							/*ie6*/ _height: 25px;			/*ie7*/ *height: 20px;
	margin: 1px 3px 0 3px;					/*ie6*/ _margin: 5px 0 -10px 0;	/*ie7*/ #margin: -2px 0 -10px 0;

}

#nav .select li:hover .sub li a {
	float: left;
	display:block;
	padding:10px 10px 0 10px;
	font-weight: bold;
	font-size:14px;
	width:auto;
	font-weight:bold;
	border:0;
	color:#444;
	width: auto;
	height: 18px;							/*ie6*/ _height: 25px;			/*ie7*/ *height: 20px;
	margin-top: 5px;
	/* ie7 */
	#margin-left: 5px;
}

#nav .select li:hover .vuoto li a {
	float: left;
	display:block;
	padding:10px 10px 0 10px;
	font-weight: bold;
	font-size:14px;
	width:auto;
	font-weight:bold;
	border:0;
	color:#444;
	width: auto;
	height: 30px;							/*ie6*/ _height: 25px;			/*ie7*/ *height: 20px;
	margin-top: 5px;
}

#nav .select .sub li a:hover {
	background: #fff;
}

#nav .select .vuoto li a:hover {
	background: #fff;
}

/* MENU IN STATO ACTIVE rimane rosso sia il pulsante che il sottomenu e torna uguale ogni volta che si esce dall'area menu*/
#nav .current {
	float: left;
	display:block;
	padding:0;
	width: 128px;
	list-style:none;
}
 
#nav .current a {
	float: left;
	display: block;
	background: #c02026;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	list-style-type: none;
	text-align: center;
	width: 128px;
	height: 39px;
	padding-top: 10px;
	border-bottom: 2px solid #c02026;
}


#nav .current a b {
	width: 128px;
	float: left;
	display:block;
	color: #fff;
}


 
#nav .sub {display:none;}
#nav .vuoto {display:none;}
/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0; font-size:11px;}
 
 
 
 
 /* SOTTOMENU */

#nav .sub_active {
	float: left;
	display: block;
	width: 898px;
	height: 33px;
	background:#c02026;
	color: #000;
	padding:0;
	z-index:100;
	position: absolute;
	top: 298px;
	left: 0;
	/* ie7 */
	#height: 37px;
}


#nav .sub_active li {
	float: left;
	font-weight: bold;
	color: #000;
	height: 39px;							/*ie6*/ _height: 25px;			/*ie7*/ *height: 20px;
	margin: 1px 3px 0 3px;					/*ie6*/ _margin: 5px 0 -10px 0;	/*ie7*/ *margin: 5px 0 -10px 0;
}

#nav .sub_active li  a{
	float: left;
	display:block;
	padding:10px 10px 0 10px;
	font-weight: bold;
	font-size:14px;
	width:auto;
	font-weight:bold;
	border:0;
	color:#fff;
	width: auto;
	height: 18px;							/*ie6*/ _height: 25px;			/*ie7*/ *height: 20px; #margin-left: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}

#nav .sub_active li a:hover {
	background: #fff;
	color: #c02026;
	padding-top: -3px;
	/* ie7 */
	#background: url('../images/common/menu123.jpg');
	}

/* da controllare, non funzia */
#nav ul.sub_active li.sub-current a {
	background: #fff;
	color: #c02026;
	padding-top: -3px;
	/* ie7 */
	#margin-left: 3px;
}
 
#nav .sub_active .current_sub a {
	float: left;
	display: block;
	background: #fff;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	list-style-type: none;
	text-align: center;
	width: 128px;
	height: 39px;
	padding-top: 10px;
}
 
 
#nav .sub, #nav .vuoto, #nav .sub_active {
	float: left;
	margin:0;
	padding:0;
	list-style:none;
}

* html #nav .sub_active, * html #nav .select a:hover .sub {
	float: left;
	z-index:-1;
	margin-top:0;
	margin-t\op:1px;
}

* html #nav .sub_active, * html #nav .select a:hover .vuoto {
	float: left;
	z-index:-1;
	margin-top:0;
	margin-t\op:1px;
}
 
#nav .sub_active a {
	height:25px;
	float:left;
	text-decoration:none;
	font-weight:normal;
}
#nav .sub_active a {
	float: left;
	display: block;
	font-weight: boold;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #fff;
	width: auto;
	height: 30px;							/*ie6*/ _height: 25px;			/*ie7*/ *height: 20px;
	margin-top: 5px;
}

