/* PULSANTI */
#home {
	width:68px;
	height:19px;
	background:url(../images/menu/home_f1.png) no-repeat;
	margin-top:25px;
	margin-left:4px;
	float:left;
}

#storia {
	width:83px;
	height:19px;
	background:url(../images/menu/storia_f1.png) no-repeat;
	margin-top:25px;
	margin-left:23px;
	float:left;
}

#azienda {
	width:117px;
	height:19px;
	background:url(../images/menu/azienda_f1.png) no-repeat;
	margin-top:25px;
	margin-left:23px;
	float:left;
}

#prodotti {
	width:235px;
	height:19px;
	background:url(../images/menu/prodotti_f1.png) no-repeat;
	margin-top:25px;
	margin-left:23px;
	float:left;
}

#realizzazioni {
	width:169px;
	height:19px;
	background:url(../images/menu/realizzazioni_f1.png) no-repeat;
	margin-top:25px;
	margin-left:23px;
	float:left;
}

#mezzi {
	width:67px;
	height:19px;
	background:url(../images/menu/mezzi_f1.png) no-repeat;
	margin-top:25px;
	margin-left:23px;
	float:left;
}

#contatti {
	width:115px;
	height:19px;
	background:url(../images/menu/contatti_f1.png) no-repeat;
	margin-top:25px;
	margin-left:23px;
	float:left;
}


/* PULSANTI A */
#home a {
	display:block;
	width:68px;
	height:19px;
}

#storia a {
	display:block;
	width:83px;
	height:19px;
}

#azienda a {
	display:block;
	width:117px;
	height:19px;
}

#prodotti a {
	display:block;
	width:235px;
	height:19px;
}

#realizzazioni a {
	display:block;
	width:169px;
	height:19px;
}

#mezzi a {
	display:block;
	width:67px;
	height:19px;
}

#contatti a {
	display:block;
	width:115px;
	height:19px;
}

/* PULSANTI A:HOVER */
#home a:hover {
	display:block;
	width:68px;
	height:19px;
	background:url(../images/menu/home_f2.png) no-repeat;
}

#storia a:hover {
	display:block;
	width:83px;
	height:19px;
	background:url(../images/menu/storia_f2.png) no-repeat;
}

#azienda a:hover {
	display:block;
	width:117px;
	height:19px;
	background:url(../images/menu/azienda_f2.png) no-repeat;
}

#prodotti a:hover {
	display:block;
	width:235px;
	height:19px;
	background:url(../images/menu/prodotti_f2.png) no-repeat;
}

#realizzazioni a:hover {
	display:block;
	width:169px;
	height:19px;
	background:url(../images/menu/realizzazioni_f2.png) no-repeat;
}

#mezzi a:hover {
	display:block;
	width:67px;
	height:19px;
	background:url(../images/menu/mezzi_f2.png) no-repeat;
}

#contatti a:hover {
	display:block;
	width:115px;
	height:19px;
	background:url(../images/menu/contatti_f2.png) no-repeat;
}
