#fancymenu {
  position: relative;
  height: 20px;
  width: 350px;
  padding: 15px 0px;
  margin-left:-25px;
  margin-top:-5px;
  overflow: hidden;

  
}
#fancymenu img {
	border:0;
}
#fancymenu ul {
  padding: 0;
  margin: 0;
}
 
/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#fancymenu ul li {
  float: left;
  list-style: none;
}
 
#fancymenu ul li a {
  text-indent: -500em;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
}

#fancymenu li.background {
  background: url('../images/bg_menu_right.png') no-repeat top right !important;
  background: url('../images/bg_menu_right_ie6.gif') no-repeat top right;
  z-index: 8;
  position: absolute;
  visibility: hidden;
}
 
#fancymenu .background .left {
  background: url('../images/bg_menu.png') no-repeat top left !important;
  background: url('../images/bg_menu_ie6.gif') no-repeat top left;
  height: 30px;
  margin-right: 9px; /* 7px is the width of the rounded shape */
}

#menu_azienda a {
  width: 61px;
  background: url('../images/menu_azienda.png') no-repeat center !important;
  background: url('../images/menu_azienda_ie6.gif') no-repeat center; // ie!
}
 
#menu_portfolio a {
  width: 66px;
  background: url('../images/menu_portfolio.png') no-repeat center !important;
  background: url('../images/menu_portfolio_ie6.gif') no-repeat center;
}
 
#menu_servizi a {
  width: 52px;
  background: url('../images/menu_servizi.png') no-repeat center !important;
  background: url('../images/menu_servizi_ie6.gif') no-repeat center;
}
 
#menu_contatti a {
  width: 61px;
  background: url('../images/menu_contatti.png') no-repeat center !important;
  background: url('../images/menu_contatti_ie6.gif') no-repeat center;
}

#menu_rivenditori a {
  width: 52px;
  background: url('../images/menu_rivenditori.png') no-repeat center !important;
  background: url('../images/menu_rivenditori_ie6.gif') no-repeat center;
}

#menu_eng a {
  width: 40px;
  background: url('../images/eng_flag.gif') no-repeat center !important;
  background: url('../images/eng_flag.gif') no-repeat center;
}
