@charset "UTF-8";
/* CSS Document */

/*DIV MENU PRINCIPALE*/

#menuprincipale {
	width:740px;
	height: 23px;
	position: absolute;
	padding: 0px;
	background-image: url(../img/menu_principale_ITA.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	float: left;
	top: 110px;
	left: 0px;
}
#menuprincipale_GB {
	width:740px;
	height: 23px;
	position: absolute;
	padding: 0px;
	background-image: url(../img/menu_principale_GB.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	float: left;
	top: 110px;
	left: 0px;
}


#menuprincipale_GB ul, #menuprincipale_GB li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuprincipale ul, #menuprincipale li {
	margin: 0;
	padding: 0;
	list-style: none;
}


#menuprincipale a {
	position: absolute;
	top: 0;
	width: 190px;
	height: 23px;
	background-image: url(../img/menu_principale_ITA.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#menuprincipale_GB a {
	position: absolute;
	top: 0;
	width: 190px;
	height: 23px;
	background-image: url(../img/menu_principale_GB.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}


#prodotti a {
	background-position: 0px 0px;
}
#prodotti_GB a {
	background-position: 0px 0px;
}


#azienda a {
	left: 190px;
	background-position: -190px 0px;
}
#azienda_GB a {
	left: 190px;
	background-position: -190px 0px;
}


#press a {
	left: 320px;
	background-position: -320px 0px;
}
#press_GB a {
	left: 320px;
	background-position: -320px 0px;
}


#contatti a {
	left: 450px;
	background-position: -450px 0px;
}
#contatti_GB a {
	left: 450px;
	background-position: -450px 0px;
}


#neutra a {
	left: 580px;
	background-position: -580px 0px;
}
#neutra_GB a {
	left: 580px;
	background-position: -580px 0px;
}


#prodotti a:hover {
	background-position: 0px -23px;
}
#prodotti_GB a:hover {
	background-position: 0px -23px;
}


#azienda a:hover {
	left: 190px;
	background-position: -190px -23px;
}
#azienda_GB a:hover {
	left: 190px;
	background-position: -190px -23px;
}


#press a:hover {
	left: 320px;
	background-position: -320px -23px;
}
#press_GB a:hover {
	left: 320px;
	background-position: -320px -23px;
}


#contatti a:hover {
	left: 450px;
	background-position: -450px -23px;
}
#contatti_GB a:hover {
	left: 450px;
	background-position: -450px -23px;
}


#neutra a:hover {
	left: 580px;
	background-position: -580px 0px;
}
#neutra_GB a:hover {
	left: 580px;
	background-position: -580px 0px;
}


#prodotti a.active {
	background-position: 0px -23px;
}
#prodotti_GB a.active {
	background-position: 0px -23px;
}


#azienda a.active {
	left: 190px;
	background-position: -190px -23px;
}
#azienda_GB a.active {
	left: 190px;
	background-position: -190px -23px;
}


#press a.active {
	left: 320px;
	background-position: -320px -23px;
}
#press_GB a.active {
	left: 320px;
	background-position: -320px -23px;
}


#contatti a.active {
	left: 450px;
	background-position: -450px -23px;
}
#contatti_GB a.active {
	left: 450px;
	background-position: -450px -23px;
}


#neutra a.active {
	left: 580px;
	background-position: -580px 0px;
}
#neutra_GB a.active {
	left: 580px;
	background-position: -580px 0px;
}

