List background image not showing on IE7,8 and Opera

I have this css snipet placed on the footer of the website


#chunkyfooter {clear: both;margin: 0 10px;overflow: hidden;padding-top: 0px;}
#chunkyfooter div {
width: 288px;
float: left;
padding: 10px;
}
#chunkyfooter h2 {
margin-top: 0px;
}
#chunkyfooter ul {
padding-left: 6px;
list-style: none;
}
#chunkyfooter ul li {	
[COLOR="DarkRed"]background:[/COLOR] transparent url(../images/circle-trans.png)no-repeat scroll left 5px;
line-height:180%;
padding-left: 22px;
}

The funny thing is that the list’s background images are displayed in IE6 and not IE7 & IE8
Anybody knows this isuue?

BTW the url is juxt2