#menu * {
	padding:0;
	margin:0;
}
#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}  
  #banniere{
  background:url(/img/banniere_it.jpg) no-repeat;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
#menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:0;
	top:43px;
}
#menu table td{
	margin:0;
	padding:0;
	width:125px;
	height:41px;
}
/* style all the links */
#menu a, #menu :visited, #menu a :hover {
	display:block;
	font-size:12px;
	width:109px;
	padding:7px 0 7px 15px;
	color:#ffffff;
	background-color:#b0c0c4;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	_height:28px;	
}
/* style the links hover */
#menu :hover{
	color:#ffffff;
	background-color:#c1d1d5;
}

/* hide the sub level links */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	width:124px;
}
#menu li li {
	padding:0;
	margin:0;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility:visible;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}
#menu ul li:hover a:hover,
#menu ul a:hover a:hover{
	color:#124147;
	filter:none;
}
#menu ul li:hover a,
#menu ul a:hover a{
	color:#124147;
}
#menu .produits{
	width:125px;
	height:41px;
	background:url(/img/prodotto.gif) no-repeat;
	margin:0;
	padding:0;
}
#menu .produits:hover{
	background:url(/img/prodotto-on.gif);
}
#menu .produits-on{
	width:125px;
	height:41px;
	background:url(/img/prodotto-on.gif) no-repeat;
	margin:0;
	padding:0;
}
#menu .produits-on:hover{
	background:url(/img/prodotto-on.gif) no-repeat;
}
#menu .galerie{
	width:126px;
	height:41px;
	background:url(/img/galleria.gif) no-repeat;
	margin:0;
	padding:0;
}
#menu .galerie:hover{
	background:url(/img/galleria-on.gif) no-repeat;
}
#menu .galerie-on{
	width:126px;
	height:41px;
	background:url(/img/galleria-on.gif) no-repeat;
	margin:0;
	padding:0;
}
#menu .galerie-on:hover{
	background:url(/img/galleria-on.gif) no-repeat;
}
#menu .boutique{
	width:126px;
	height:41px;
	background:url(/img/negozio.gif) no-repeat;
	margin:0;
	padding:0;}
#menu .boutique:hover{
	background:url(/img/negozio-on.gif);
}
#menu .boutique-on{
	width:126px;
	height:41px;
	background:url(/img/negozio-on.gif) no-repeat;
	margin:0;
	padding:0;
}
#menu .boutique-on:hover{
	background:url(/img/negozio-on.gif) no-repeat;
}
#menu .support{
	width:126px;
	height:41px;
	background:url(/img/assistenza.gif) no-repeat;
	margin:0;
	padding:0;}
#menu .support:hover{
	background:url(/img/assistenza-on.gif);
}
#menu .support-on{
	width:126px;
	height:41px;
	background:url(/img/assistenza-on.gif) no-repeat;
	margin:0;
	padding:0;
}
#menu .support-on:hover{
	background:url(/img/assistenza-on.gif) no-repeat;
}
#menu .forum{
	width:125px;
	height:41px;
	background:url(/img/forum.gif) no-repeat;
	margin:0;
	padding:0;}
#menu .forum:hover{
	background:url(/img/forum-on.gif);
}
#menu .forum-on{
	width:125px;
	height:41px;
	background:url(/img/forum-on.gif) no-repeat;
	margin:0;
	padding:0;
}
#menu .forum-on:hover{
	background:url(/img/forum-on.gif) no-repeat;
}

#menu .FAQ{
	width:125px;
	height:41px;
	background:url(/img/FAQ.gif) no-repeat;
	margin:0;
	padding:0;}
#menu .FAQ:hover{
	background:url(/img/FAQ-on.gif);
}
#menu .FAQ-on{
	width:125px;
	height:41px;
	background:url(/img/FAQ-on.gif) no-repeat;
	margin:0;
	padding:0;
}
#menu .FAQ-on:hover{
	background:url(/img/FAQ-on.gif) no-repeat;
}
