I didn't like the little arrows for the unordered list, especially as they didn't comeout in IE6 nor did the defauklt bullets; and the whole format was iffy. so I used the same code for both ul and ol and removed .bText ul li:before {
content: "\00BB \0020";
}
I replaced it with an image.
.bText ul{
list-style-image: url( "img/rbc12.gif" )
}