In IE6 and IE7 (and IE8 in Compatability Mode) the first item in the
menu is higher up than the other 4 menu items.
I had a IE specific CSS file that only succeeded in moving the text
down to the correct level but not the menu tab.
#foodmenu li.page-item-19 {
position: relative;
top: 22px;
}
Anyone any ideas?
I tried to ignore this but my client and a number of her customers are
still using IE6.