IE Margin Fix Needed

LINK-
http://thisiswhereiplay.com

How do I fix the margins of the menu li’s at the very top of the screen? They are looking accurate in Firefox and Safari but are spaced too far apart in IE8.

Is this a bug? And should I write a conditional style sheet for just this fix or would a ie8 hack be best?

This ain’t helpin ya at all (ie.css):

.main-navigation li {
	[COLOR="#FF0000"]margin: 0 40px 0 0;[/COLOR]
	position: relative;
}

Thanks ralph.m. I didn’t see where that conditional style sheet was being loaded. I had better look a little deeper. Ugh.

You should just be able to remove that line in red. That’s what’s causing the extra spacing, so I don’t see any use for it.