Thanks for the advice Lynne.
I've set the CSS as follows, but now I have an alignment problem with the forum titles
Code:
/* forum icon for forums with no new posts */
.forum-list-container .forum-item .cell-forum .icon {
background: transparent url("http://football-rants.com/images/icons/footballogo2.png") no-repeat;
width:40px;
height:32px;
}
/* forum icon for forums with new posts */
.forum-list-container .forum-item.new .cell-forum .icon {
background: transparent url("http://football-rants.com/images/icons/footballogo2.png") no-repeat;
width:40px;
height:32px;
}