#contenitore-sottomenu {
	float: left;
	margin-bottom: -10px;
	margin-top: -10px;
}

/* sottomenu */
#contenitore-sottomenu #sottomenu{
	float: left;
	width: 891px;
	height: 23px;
	margin-top: -25px;						/*ie6*/ _margin-top: -17px;		/*ie7*/ #margin-top: -17px;
	margin-left: 2px;
	padding-left: 5px;
	padding-top: 5px;
}

#contenitore-sottomenu #sottomenu .voce {
	float: left;
	color: #fff;
	width: auto;
	height: 30px;							/*ie6*/ _height: 25px;			/*ie7*/ *height: 20px;
	margin-top: 5px;						/*ie6*/ _margin: 5px 0 -10px 0;	/*ie7*/ *margin: 5px 0 -10px 0;
}

#contenitore-sottomenu #sottomenu .voce a {
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px 10px 10px;
	text-transform: uppercase;
}

#contenitore-sottomenu #sottomenu .voce a:hover {
	/*background: #fff;*/
	text-decoration:underline;
	width: auto;
	padding: 10px 10px -5px 10px;
	color: #c02026;
}

#contenitore-sottomenu #sottomenu .vocesel a{
	float: left;
	width: auto;
	padding: 5px 5px 0 5px;
	height: 30px;							/*ie6*/ _height: 25px;			/*ie7*/ *height: 20px;
	margin-top: 0;							/*ie6*/ _margin: 0 0 -10px 0;	/*ie7*/ *margin: 0 0 -10px 0;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #fff;
	width: auto;
	color: #c02026;
}


/*#contenitore-sottomenu #sottomenu .voce a:active{
	background: #fff;
	width: auto;
	padding: 10px 10px -5px 10px;
	color: #c02026;
}*/

#sottomenu-due {
	float: left;
	background: #ddd;
	width: 893px;
	height: 20px;
	margin-top: 3px;						/*ie6*/ _margin-top: 10px;		/*ie7*/ #margin-top: 10px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#sottomenu-due .voce-due {
	float: left;
	color: #333;
	width: auto;
	height: 25px;							/*ie6*/ _height: 25px;			
	margin-top: 5px;						/*ie6*/ _margin: 5px 0 -10px 0;
	margin-left: 20px;
}

#sottomenu-due .voce-due a {
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #333;
	padding: 5px 10px 10px 10px;
	text-transform: uppercase;
	#height: 40px;
	#padding: 5px 10px 10px 10px;
}

#sottomenu-due .voce-due a:hover {
	background: #fff;
	width: auto;
	padding: 10px 10px -5px 10px;
	color: #c02026;
	/* ie7 */
	#height: 50px;
}

#sottomenu-due .voce-due a.attiva{
	background: #fff;
	width: auto;
	padding: 10px 10px -5px 10px;
	color: #c02026;
}
