IE support for li bullet images?

Hey hey! quick, simple question…

I’ve been googling for a while now but to no avail…

I’ve got a site where I have custom list item bullet images, and it works on every browser except some random version of IE (I don’t know which version yet, the client and my boss’s boss still need to get back at me)

What it does or doesn’t do has yet to be determined by me, but I was just wondering if any of you guys have experienced troubles with this, specifically alignment problems and sometimes 3/4 of the bullet images just don’t show, however the first image almost always shows…


.additionalChunk .additionalList
{
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.additionalChunk .additionalList li
{
    margin: 0px;
    padding: 0px;
    list-style-image: url(/images/sidebarListBullet.gif);
}

.additionalChunk .additionalList li a
{
    display: block;
    margin: 0px;
    padding: 3px;
}