#fancymenu {
	position: relative;
	height: 29px;
	width: 580px;
	margin: 10px 0;
	overflow: hidden;
}

#fancymenu ul, #pictureselect {
	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, #pictureselect li {
	float: left;
	list-style: none;
}

#fancymenu ul li a, #pictureselect li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#menu_home a {
	width: 74px;
	background: url('../img/menu_home.png') no-repeat center !important;	
	background: url('../img/menu_home.gif') no-repeat center;
}

#menu_societa a {
	width: 73px;
	background: url('../img/menu_societa.png') no-repeat center !important;	
	background: url('../img/menu_societa.gif') no-repeat center;
}

#menu_prodotti a {
	width: 69px;
	background: url('../img/menu_prodotti.png') no-repeat center !important;	
	background: url('../img/menu_prodotti.gif') no-repeat center;
}

#menu_raccolta a {
	width: 196px;
	background: url('../img/menu_raccolta.png') no-repeat center !important;	
	background: url('../img/menu_raccolta.gif') no-repeat center;
}

#menu_acquista a {
	width: 103px;
	background: url('../img/menu_acquisti.png') no-repeat center !important;	
	background: url('../img/menu_acquisti.gif') no-repeat center;
}

#menu_contatti a {
	width: 62px;
	background: url('../img/menu_contatti.png') no-repeat center !important;	
	background: url('../img/menu_contatti.gif') no-repeat center;
}

#fancymenu li.background {
	background: url('../img/bg_menu_right.png') no-repeat top right !important;
	background: url('../img/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .leftcorner {
	background: url('../img/bg_menu.png') no-repeat top left !important;
	background: url('../img/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

