Here's what I have in the markup:
{toc:minLevel=2|style=circle}
And here's the CSS I added:
ul {
line-height:1.6em;
}
li {
margin-left: -30px;
margin-top: 10px;
padding:0 0 0 20px;
background:url("/download/attachments/918/list_bullet.gif") no-repeat 0 4px;
list-style:none;
}
The custom bullet image was merged in with the text at the start of each list item.