+1  A: 

Try setting the line-height of the list in the menu to 16px.

#menu ul {
line-height: 16px;
}
ullmark