Das Problem hatte ich neulich auch. Versuchs doch mal über css mit "margin-top: 0px" (vielleicht auch noch bottom) in der Definiton der li Punkte.
So hat es bei mir zumindest funktioniert.
li{
padding: 0px;
list-style-type: none;
margin-top: 0px; /*Abstand zw. einzelnen Menüpunkten*/
}
Gruß,
Wende