/*********************************
********** Navigation ************
**********************************/

#nav {
	background:#000 url(../images/nav.png) repeat-x 0 -654px;
	width:100%;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
	z-index: 100;
}
.home #nav {
	height:36px;
}
#nav ul {
	position:relative;
	width:980px;
	margin:0 auto;
	padding:0;
	height:40px;
}
#nav li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	line-height:40px;
	height:40px;
}
#nav li a {
	text-indent:-999em;
	display:block;
	line-height:40px;
	height:40px;
	margin:0;
	padding:0;
	background:#000 url(../images/nav.png) 0 -654px repeat-x;
}

#nav li a {
	width:140px;
	background-position:0 -574px;
}

#nav li.page-item-about a {
	width:140px;
	background-position:-140px -574px;;
}

#nav li.page-item-servizi a {
	width:140px;
	background-position:-280px -574px;;
}

#nav li.page-item-portfolio a {
	width:140px;
	background-position:-420px -574px;;
}


#nav li.page-item-risorse a {
	width:140px;
	background-position:-560px -574px;;
}
#nav li.page-item-news a {
	width:140px;
	background-position:-700px -574px;
}
#nav li.page-item-contatti a {
	width:140px;
	background-position:-840px -574px;
}

#nav li a:hover {
	background-position:0 -614px;
}

#nav li.page-item-about a:hover {
	background-position:-140px -614px;
}

#nav li.page-item-servizi a:hover {
	background-position:-280px -614px;
}
#nav li.page-item-portfolio a:hover {
	background-position:-420px -614px;
}

#nav li.page-item-risorse a:hover {
	background-position:-560px -614px;
}
#nav li.page-item-news a:hover {
	background-position:-700px -614px;
}
#nav li.page-item-contatti a:hover {
	background-position:-840px -614px;
}

#nav li.current_page_item a {
	background-position:0 -534px;
}

#nav li.page-item-about.current_page_item a {
	background-position:-140px -534px;
}

#nav li.page-item-servizi.current_page_item a {
	background-position:-280px -534px;
}
#nav li.page-item-portfolio.current_page_item a {
	background-position:-420px -534px;
}

#nav li.page-item-risorse.current_page_item a {
	background-position:-560px -534px;
}
#nav li.page-item-news.current_page_item a {
	background-position:-700px -534px;
}
#nav li.page-item-contatti.current_page_item a {
	background-position:-840px -534px;
}

/* First level dropdown */
#nav li ul {
	margin:0 0 0 -10px;
	padding:0px 10px 16px 10px;
	list-style:none;
	position:absolute;
	left:-999em;
	top:40px;
	width:142px;
	background:url(../images/sub-nav.png) no-repeat;
	background-position:-1px 100%;
	z-index:10;
	height:auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
#nav li li {
	z-index:20;
	position:relative;
	margin:0;
	padding:0;
	width:142px;
	height:auto;
	line-height:12px;
}
#nav li li a {
	width:126px;
	text-indent:0;
	background:#1c1c1c;
	border-bottom:1px solid #303030;
	font-weight:bold;
	padding:10px;
	text-transform:none;
	font-size:12px;
	font-family:arial;
	font-weight:normal;
	font-style:normal;
	height:auto;
	line-height:14px;
	color:#fff;
	text-decoration:none;
}
#nav li:hover li a, #nav li.sfhover li a {
	width:120px;
	color:#fff;
}
#nav li li a:hover {
	width:120px;
	background:#303030;
	color:#fff;
	text-decoration:none;
}



