/*
** MENU
*/

#header {
	position: relative;
	width: 778px;
	height: 93px;
	margin: 0px;
	padding: 0px;
}

/* L'H1 si trova nel CSS in lingua */

a#index {
	position: absolute;
	width: 118px;
	height: 15px;
	background: transparent url(../img/spacer.gif) no-repeat top left;
	top: 79px;
	left: 191px;
	overflow: hidden;
}

a#azienda {
	position: absolute;
	width: 118px;
	height: 15px;
	background: transparent url(../img/spacer.gif) no-repeat top left;
	top: 79px;
	left: 309px;
	overflow: hidden;
}
/* L'HOVER si trova nel CSS in lingua */

a#prodotti {
	position: absolute;
	width: 118px;
	height: 14px;
	background: transparent url(../img/spacer.gif) no-repeat top left;
	top: 79px;
	left: 427px;
	overflow: hidden;
}
/* L'HOVER si trova nel CSS in lingua */

a#dovesiamo {
	position: absolute;
	width: 118px;
	height: 15px;
	background: transparent url(../img/spacer.gif) no-repeat top left;
	top: 79px;
	left: 545px;
	overflow: hidden;
}
/* L'HOVER si trova nel CSS in lingua */

a#contatti {
	position: absolute;
	width: 117px;
	height: 15px;
	background: transparent url(../img/spacer.gif) no-repeat top left;
	top: 79px;
	left: 663px;
	overflow: hidden;
}
/* L'HOVER si trova nel CSS in lingua */

/*
** FINE MENU
*/