I have a CSS image sprite and this renderes perfect in FF, also IE. The problem is the rendered image looks to have poor quality in IE.
Has anyone encountered this before? How did you fix it? I need CSS sprites to save bandwidth and requests.

.blackmncenter2
{
float:left;
height:32px;
line-height:32px;
background-image:url(../img/top-menu-center.png);
background-repeat:repeat-x;
background-position:left -64px;
color:White;
cursor:pointer;
display:block;
}
Image:
Demo:
The black top menu, available max 7 days from posting. Try it with FF, then with IE.
