Okay I'm a very visual person so I'll try to explain this with the graphic. Above the aqua squiggly is the screenshot from firefox. It is correct. Below it is the screenshot from IE with the UL selected so you can see the extra spacing it has. I made margin/padding/everything 0 and the spacing remains .. I feel like I've fixed this problem before but I totally forgot how. Any help is appreciated.
I fixed it .. if anyone else has a similar problem with unordered lists, just take away display:inline, and if that still doesnt work, add display: block. :X