/* ############## NAVBAR ###################
#############################################*/

#navbar{
	width:984px;
	height:45px;
	background: url("img/menu.png") no-repeat;
	margin:0 0 5px 14px;
	}

#navbar ul#menu li{
	display: inline; 
	overflow: hidden; 	
	height:45px;
	}

#navbar ul#menu li a { 
	float: left;
	height: 0; 		
	padding-top: 45px; 	/* =l' altezza dell' immagine */
	overflow: hidden;
}
	
li#one a {
	width:72px;	
		}
li#one a:hover, #navbar li#one a.selected {
	background: url(img/menu.png) left -46px;
	}
	
li#two a {
	width:108px;	
		}
li#two a:hover, #navbar li#two a.selected  {
	background: url(img/menu.png) -72px -46px;
	}	
	
li#three a {
	width:85px;	
		}
li#three a:hover, #navbar li#three a.selected {
	background: url(img/menu.png) -180px -46px;
	}
	
li#four a {
	width:136px;	
		}
li#four a:hover, #navbar li#four a.selected  {
	background: url(img/menu.png) -265px -46px;
	}	
	
li#five a {
	width:87px;	
		}
li#five a:hover, #navbar li#five a.selected {
	background: url(img/menu.png) -401px -46px;
	}
	
li#sixe a {
	width:122px;	
		}
li#sixe a:hover, #navbar li#sixe a.selected  {
	background: url(img/menu.png) -488px -46px;
	}	
	
li#seven a {
	width:93px;	
		}
li#seven a:hover, #navbar li#seven a.selected {
	background: url(img/menu.png) -610px -46px;
	}
	
li#ita a {
	margin-left:207px;
	width:26px;	
		}
/*li#ita a:hover, li#ita a.selected:link  {
	background: url(img/menu.png) -876px -46px;
	}	*/
li#eng a {
	margin-left:10px;
	width:26px;	
		}
	

/* ############## FINE NAVBAR ###################
#############################################*/