#menu {
	list-style-type: none;
	width: 100%;
	padding-top: 10px;
	padding-left: 0;
	border-bottom: 1px solid #6e6f6d;
	height: 26px;
	margin-top: 0px;
	}

#menu li {
	display: block;
	float: left;
	margin-right: 13px;
	}

#menu li.ultimo {
	margin-right: 0;
}

#menu li a {
	display: block;
	float: left;
	color: white;
	} 

li a {
	float: left;
	color: black;
	display: block;
	text-indent: -1999px;
	}

.buttonHome {
	width:  48px;
	height: 16px;
	background: url(/images-static/menu/home.gif) no-repeat 0 0;
	}

.buttonEdizione2010 {
	margin-top: -1px;
	width:  123px;
	height: 14px; 
	background: url(/images-static/menu/edizione2010.gif) no-repeat 0 0;
	}

.buttonEdizionePrec {
	width:  173px;
	height: 14px; 
	background: url(/images-static/menu/edizioni-prec.gif) no-repeat 0 0;
	}

.buttonOrganizzazione {
	width:  228px;
	height: 16px;
	background: url(/images-static/menu/organizzazione.gif) no-repeat 0 0;
	}

.buttonRassegna {
	margin-top: 1px;
	width:  193px;
	height: 13px;
	background: url(/images-static/menu/comunicati-stampa.gif) no-repeat 0 0;
	}

.buttonDoveSiamo {
	width:  101px;
	height: 15px;
	background: url(/images-static/menu/dove.gif) no-repeat 0 0;
	margin-right: 0px;
	}
	
.buttonHome:hover {
	width:  48px;
	height: 16px;
	background: #fff url(/images-static/menu/home-hover.gif) no-repeat 0 0;
	}

.buttonEdizione2010:hover  {
	width:  123px;
	height: 14px;
	background: #fff url(/images-static/menu/edizione2010-hover.gif) no-repeat 0 0;
	}

.buttonEdizionePrec:hover  {
	width:  173px;
	height: 13px;
	background: #fff url(/images-static/menu/edizioni-prec-hover.gif) no-repeat 0 0;
	}

.buttonOrganizzazione:hover  {
	width:  228px;
	height: 16px;
	background: #fff url(/images-static/menu/organizzazione-hover.gif) no-repeat 0 0;
	}

.buttonRassegna:hover  {
	margin-top: 1px;
	width:  193px;
	height: 13px;
	background: #fff url(/images-static/menu/comunicati-stampa-hover.gif) no-repeat 0 0;
	}

.buttonDoveSiamo:hover  {
	width:  101px;
	height: 15px;
	background: #fff url(/images-static/menu/dove-hover.gif) no-repeat 0 0;
	margin-right: 0px;
	
	}
