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

#navbar{
	width:984px;
	height:45px;
	background: url("img/menu_eng.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_eng.png) left -46px;
	}
	
li#two a {
	width:100px;	
		}
li#two a:hover, #navbar li#two a.selected  {
	background: url(img/menu_eng.png) -72px -46px;
	}	
	
li#three a {
	width:106px;	
		}
li#three a:hover, #navbar li#three a.selected {
	background: url(img/menu_eng.png) -172px -46px;
	}
	
li#four a {
	width:93px;	
		}
li#four a:hover, #navbar li#four a.selected  {
	background: url(img/menu_eng.png) -278px -46px;
	}	
	
li#five a {
	width:114px;	
		}
li#five a:hover, #navbar li#five a.selected {
	background: url(img/menu_eng.png) -371px -46px;
	}
	
li#sixe a {
	width:97px;	
		}
li#sixe a:hover, #navbar li#sixe a.selected  {
	background: url(img/menu_eng.png) -485px -46px;
	}	
	
li#seven a {
	width:100px;	
		}
li#seven a:hover, #navbar li#seven a.selected {
	background: url(img/menu_eng.png) -582px -46px;
	}
	
li#ita a {
	margin-left:223px;
	width:26px;	
		}

li#eng a {
	margin-left:10px;
	width:26px;	
		}
	
li#slo a {
	margin-left:10px;
	width:26px;	
		}

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

