It looks like this is causing the navMain link images to be stacked vertically in IE7 (and IE6). Try removing it.
#navMain a span {
float:none;
}
I found that by using the Web Developer built in to IE7 and 8. Hit F12 and then Ctrl-B to click on the area you're interested in.



