/*/////////////////////////////////////////////////////////////*/
/* MENU ORIZZONTALE */
/*/////////////////////////////////////////////////////////////*/

.nav-orizzontale
{
	position:relative;
	border: 0px solid #000;
	padding: 0px 0px 0px 0px !important; /* l'ordine è: top right bottom left */
	margin: 0px 0px 0px 0px !important; /* l'ordine è: top right bottom left */
	list-style-type: none;
	text-align: left;
	background: url("") no-repeat 0px 0px;
	height: 57px;
	width: 978px;
	display: block; /*border-top:1px solid #7C7B7A; 	border-right:1px solid #696967; 	border-bottom:0px solid #333F45; 	border-left:1px solid #626261; 	*/
}
.nav-orizzontale A
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	height: 57px;
	text-decoration: none;
}
.nav-orizzontale A:link, .nav-orizzontale A:visited
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	height: 57px;
	text-decoration: none;
}

.nav-orizzontale A:active, .nav-orizzontale A:hover
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	height: 57px;
	text-decoration: none;
}

.nav-orizzontale LI
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999em; /* nascondo il testo */
	height: 57px;
	text-decoration: none;
}
/**************************************************/
/* LINK 1 */
/**************************************************/
LI.item-1
{
	background: url("/images/h_nav.gif") no-repeat 0px 0px; /* determino la posizione del background: left e top */
	width: 150px;
}
LI.item-1 A
{
	background: url("/images/h_nav.gif") no-repeat 0px 0px;
}
LI.item-1 A:hover
{
	background: url("/images/h_nav.gif") no-repeat 0px -57px /* determino la posizione del background nello stato HOVER: left e top */;
}
LI.item-1-sel A
{
	background: url("/images/h_nav.gif") no-repeat 0px -57px; /* classe che determina quando la voce è selezionata */
	width: 150px;
}
/**************************************************/
/* LINK 2 */
/**************************************************/
LI.item-2
{
	background: url("/images/h_nav.gif") no-repeat -150px 0px;
	width: 160px;
}
LI.item-2 A
{
	background: url("/images/h_nav.gif") no-repeat -150px 0px;
}
LI.item-2 A:hover
{
	background: url("/images/h_nav.gif") no-repeat -150px -57px;
}
LI.item-2-sel A
{
	background: url("/images/h_nav.gif") no-repeat -150px -57px;
	width: 160px;
}
/**************************************************/
/* LINK 3 */
/**************************************************/
LI.item-3
{
	background: url("/images/h_nav.gif") no-repeat -310px 0px;
	width: 100px;
}
LI.item-3 A
{
	background: url("/images/h_nav.gif") no-repeat -310px 0px;
}
LI.item-3 A:hover
{
	background: url("/images/h_nav.gif") no-repeat -310px -57px;
}
LI.item-3-sel A
{
	background: url("/images/h_nav.gif") no-repeat -310px -57px;
	width: 100px;
}
/**************************************************/
/* LINK 4 */
/**************************************************/
LI.item-4
{
	background: url("/images/h_nav.gif") no-repeat -410px 0px;
	width: 130px;
}
LI.item-4 A
{
	background: url("/images/h_nav.gif") no-repeat -410px 0px;
}
LI.item-4 A:hover
{
	background: url("/images/h_nav.gif") no-repeat -410px -57px;
}
LI.item-4-sel A
{
	background: url("/images/h_nav.gif") no-repeat -410px -57px;
	width: 130px;
}
/**************************************************/
/* LINK 5 */
/**************************************************/
LI.item-5
{
	background: url("/images/h_nav.gif") no-repeat -540px 0px;
	width: 130px;
}
LI.item-5 A
{
	background: url("/images/h_nav.gif") no-repeat -540px 0px;
}
LI.item-5 A:hover
{
	background: url("/images/h_nav.gif") no-repeat -540px -57px;
}
LI.item-5-sel A
{
	background: url("/images/h_nav.gif") no-repeat -540px -57px;
	width: 130px;
}
/**************************************************/
/* LINK 6 */
/**************************************************/
LI.item-6
{
	background: url("/images/h_nav.gif") no-repeat -670px 0px;
	width: 130px;
}
LI.item-6 A
{
	background: url("/images/h_nav.gif") no-repeat -670px 0px;
}
LI.item-6 A:hover
{
	background: url("/images/h_nav.gif") no-repeat -670px -57px;
}
LI.item-6-sel A
{
	background: url("/images/h_nav.gif") no-repeat -670px -57px;
	width: 130px;
}
/**************************************************/
/* LINK 7 */
/**************************************************/
LI.item-7
{
	background: url("/images/h_nav.gif") no-repeat -800px 0px;
	width: 178px;
}
LI.item-7 A
{
	background: url("/images/h_nav.gif") no-repeat -800px 0px;
}
LI.item-7 A:hover
{
	background: url("/images/h_nav.gif") no-repeat -800px -57px;
}
LI.item-7-sel A
{
	background: url("/images/h_nav.gif") no-repeat -800px -57px;
	width: 178px;
}

