/* MENU ORIZZONTALE */

.menuNavigazione{
background-image:url(bg_menu.jpg);
background-repeat:repeat-x;

font-size:14px;
color:#000;
margin:0;
padding-top:16px;
/*text-align:center;*/
height:46px;
}

.menuNavigazione li{
display:inline;
}
.menuNavigazione a{
height:0;
text-decoration:none;
margin-left: 35px;

}
.menuNavigazione a:link,
.menuNavigazione a:visited{

color:#FFF;
}
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{

color:#000;
background:url(puntatore.gif) no-repeat bottom center;
padding-bottom:14px;
}
.menuNavigazione .voceCorrente a:link,
.menuNavigazione .voceCorrente a:visited,
.menuNavigazione .voceCorrente a:hover,
.menuNavigazione .voceCorrente a:focus,
.menuNavigazione .voceCorrente a:active{

color:#000;
background:url(puntatore.gif) no-repeat bottom center;
width:10px;
padding-bottom:14px;
}

/* FINE MENU ORRIZZONTALE */


ecco lo stile del menu


grazie