I had the same problem but it turned out a simple fix was to apply line-height to match the height of my navigation elements. So in your case you could use the following in an ie6 style sheet:
ul#topNav, ul#topNav li, ul#topNav li a {line-height: 11px;}