#menu-top {
	background:   url("../images/template-shop/bg-menu-top.gif") repeat-x left top;
	height:24px;
	width:990px;
	margin:0 auto;
	}


ul#nav {
	height:19px;
	width:985px;
	margin:0;
	padding:5px 5px 0 0;
	list-style-type:none;
	font-size:12px;
	text-align:center;
	}

li	{
	padding: 0px;
	margin: 0px;
}

div#menu-top ul li	{
	height:18px;
	margin:0;
	padding:1px 0 0;
	float:right;
	text-align:center;
	border-left:1px solid #FFF;
	background:  url("../images/template-shop/bg-menu-top-ul-li-a.gif") no-repeat left bottom;
}


#nav a {
	text-decoration: none;
}

#nav li span{
	text-decoration:none;
	color:#524A45;
	padding:0 11px 4px 12px;
	height:14px;
}


#nav li a{
	text-decoration:none;
	color:#524A45;
	padding:0 11px 4px 12px;
	height:14px;
	cursor:pointer;
}

#nav li a:hover{
	color:#C00;
}


#nav li ul li {
	height:20px; 
	width:130px;
	display:block; 
	border-bottom:1px dotted #FFF;
	padding:0;
	background:none;
	border-left:none;
	}

#nav li li a {
	display:block; 
	text-transform:none; 
	text-decoration: none;
	color:#524A45;
	padding: 3px 5px 3px 8px;
	height:14px;
	text-align:left;
	font-size:11px;
	width:auto;
	font-weight:normal;
}

#nav li li a:hover {
	background: #ACA49D;
	color:#FFF;
}


li {
	float: left;
	position: relative;
	cursor: default;
	z-index:1000;
}


li ul {
	display: none;
	position: absolute;
	border-left:1px solid #A8A099;
}


#nav li ul.secondo-livello {
	width: 130px;
	top:19px;
	z-index:3000;
	height:auto;
	margin:0;
	padding:10px 0 5px;
	background: #E9E7E6 url("../images/template-shop/down-arrow.gif") no-repeat 25px top;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity = 90);
}



#nav li ul.secondo-livello-campagnolo {
	width: 102px;
	top:19px;
	z-index:3000;
	height:auto;
	margin:0;
	padding:10px 0 5px;
	background: #E9E7E6 url("../images/template-shop/down-arrow.gif") no-repeat 25px top;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity = 90);
	
}


#nav li ul.secondo-livello-campagnolo li {
	height:20px; 
	width:102px;
	display:block; 
	border-bottom:1px dotted #FFF;
	padding:0;
	background:none;
	}

#nav li ul.secondo-livello-gioiellietruschi {
	width: 112px;
	top:19px;
	z-index:3000;
	height:auto;
	margin:0;
	padding:10px 0 5px;
	background: #E9E7E6 url("../images/template-shop/down-arrow.gif") no-repeat 25px top;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity = 90);
	
}


#nav li ul.secondo-livello-gioiellietruschi li {
	height:20px; 
	width:112px;
	display:block; 
	border-bottom:1px dotted #FFF;
	padding:0;
	background:none;
	}



li>ul {
	top: auto;
	left: auto;
}


li li {
	display: block;
	float: none;
	border: 0;
}


li:hover ul, li.over ul {
	display: block;
}






