codice html
codice:
<ul id="commerciale">
		[*]HOME
		[*]PRODOTTI
		[*]COMMUNITY
		[/list]

codice CSS
codice:
ul#commerciale li{
	width:127px;
	height:39px;
	background-image:url(img/pallet_nera.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
 	display: inline;}

ul#commerciale a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;}
	
ul#commerciale a:hover{
	text-decoration: none;
	color: #CCCCCC;}

ul#commerciale li#activelink{
	text-decoration: none;
	margin-bottom:10px;
	padding: 0;
	width:127px;
	height:39px;
	background-image:url(img/pallet_nero.png);
	background-repeat: no-repeat;
	background-position: center;}

Come faccio a realizzare le pallet come sfondo al mio menù orizzontale