Ho un menu di questo genere:





Come faccio a distanziare i bottoni tra loro e a spaziare meglio l'interno dei bottoni stessi? Il padding non viene digerito da explorer...

Il mio css riguardante il menù in questione:
codice:
 #menutop{
width: 758px;
background-image:url(../images/sfondotopmenu.png);
background-repeat:repeat-x;
border: solid 1px #000000;
margin-top: 1px;
margin-bottom: 1px;
vertical-align:middle;
}
/* STILE DI BASE DEL MENU' TOP */
/*
#menutop a:link, #menutop a:visited{
display: table-cell;
color: #FFF;
background-image:url(../images/Menu_Button_Sfondo.png);
background-repeat:repeat-x;
text-decoration:none;
margin-left: 5px;
margin-right: 5px;
height: 22px;
border: solid 1px #000000;
vertical-align:middle;

}
#menutop a:hover {
background-image:url(../images/Menu_Button_Sfondo_Hover.png);
background-repeat:repeat-x;
border
solid 1px #000000;
}