/* CSS Document */
#navigazione {
	background-color:transparent;/*#900*/
	color:#fff;
	width: 332px;
	margin: 0px 0px 0px 0px;/*hack per mozilla margin: -3px 0px 0px 0px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#navigazione ul {
	height:48px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;/*hack per mozilla margin: -3px 0px 0px 0px;*/
	padding: 0px 0px 0px 0px;
}
#navigazione li {
	padding: 0px;
	border: 0px;
}
#navigazione a {
	position: relative;
	display: block;
	height: 48px;
}
#navigazione a span{
	position:absolute;
	width:100%;
	height:100%;
	cursor: pointer; /*per IE*/
	left: 0px;
}
#navigazione a:hover {
	color: #369 /*per IE*/
}
#navigazione a:hover span {
	background-position: -332px;
}
#navigazione a#current span {
	background-position: 0 -664px;
}
/** MENU ITALIANO **/
li#one a {
	width: 332px;
}
li#two a {
	width: 332px;
}
li#three a {
	width: 332px;
}
li#four a {
	width: 332px;
}
li#five a {
	width: 332px;
}
li#six a {
	width: 332px;
}
li#one span {
	background: url("../img/ita/azienda.jpg") no-repeat top left;
}
li#two span {
	background: url("../img/ita/visione.jpg") no-repeat top left;
}
li#three span {
	background: url("../img/ita/soluzioni.jpg") no-repeat top left;
}
li#four span {
	background: url("../img/ita/servizi.jpg") no-repeat top left;
}
li#five span {
	background: url("../img/ita/news.jpg") no-repeat top left;
}
li#six span {
	background: url("../img/ita/contatti.jpg") no-repeat top left;
}
/** MENU INGLESE **/
li#one_eng a {
	width: 332px;
}
li#two_eng a {
	width: 332px;
}
li#three_eng a {
	width: 332px;
}
li#four_eng a {
	width: 332px;
}
li#five_eng a {
	width: 332px;
}
li#six_eng a {
	width: 332px;
}
li#one_eng span {
	background: url("../img/eng/azienda.jpg") no-repeat top left;
}
li#two_eng span {
	background: url("../img/eng/visione.jpg") no-repeat top left;
}
li#three_eng span {
	background: url("../img/eng/soluzioni.jpg") no-repeat top left;
}
li#four_eng span {
	background: url("../img/eng/servizi.jpg") no-repeat top left;
}
li#five_eng span {
	background: url("../img/eng/news.jpg") no-repeat top left;
}
li#six_eng span {
	background: url("../img/eng/contatti.jpg") no-repeat top left;
}
