You should be able to use this code:
Try adding those to the bottom of your CSS file, I believe it should work.
.forum_on {
background: url(http://www.zejroleplaying.org/images/dark1.8/on.png) no-repeat center center;
}
.forum_off {
background: url(http://www.zejroleplaying.org/images/dark1.8/off.png) no-repeat center center;
}
.forum_on i, .forum_off i {
display: none;
}
Try adding those to the bottom of your CSS file, I believe it should work.