@charset "utf-8";
/* CSS Document */

* {}
/*Impostazioni menu*/

ul li {
	float:left;
	list-style:none;
	}
	
ul li a {
	display:block;
	height:52px;
	text-indent:-9000px;
	}

/*Adesso inizia tasto home*/

ul li#home a {
	width:110px;
	background:url(img/menu_home_selected.gif) no-repeat;
	}
	
ul li#home {
	width:110px;
	background:url(img/menu_home_selected.gif) no-repeat;
	background-position: 0 -52px;
	}
/*
ul li#home a:hover {
	background-image:none;
	
	}*/

/*Adesso inizia tasto gallery*/
	

ul li#gallery a {
	width:110px;
	background:url(img/menu_gallery_notselected.gif) no-repeat;
	}
	
ul li#gallery {
	width:110px;
	background:url(img/menu_gallery_notselected.gif) no-repeat;
	background-position: 0 -52px;
	}

ul li#gallery a:hover {
	background-image:none;
	
	}
	
/*Adesso inizia tasto articles*/
	

ul li#articles a {
	width:110px;
	background:url(img/menu_articles_notselected.gif) no-repeat;
	}
	
ul li#articles {
	width:110px;
	background:url(img/menu_articles_notselected.gif) no-repeat;
	background-position: 0 -52px;
	}

ul li#articles a:hover {
	background-image:none;
	
	}

/*Adesso inizia tasto download*/
	

ul li#download a {
	width:110px;
	background:url(img/menu_download_notselected.gif) no-repeat;
	}
	
ul li#download {
	width:110px;
	background:url(img/menu_download_notselected.gif) no-repeat;
	background-position: 0 -52px;
	}

ul li#download a:hover {
	background-image:none;
	
	}
	
/*Adesso inizia tasto contacts*/
	

ul li#contacts a {
	width:110px;
	background:url(img/menu_contacts_notselected.gif) no-repeat;
	}
	
ul li#contacts {
	width:110px;
	background:url(img/menu_contacts_notselected.gif) no-repeat;
	background-position: 0 -52px;
	}

ul li#contacts a:hover {
	background-image:none;
	
	}