ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-repeat: no-repeat;
background-image: url(bullet.gif);
background-position: 0 .4em;
padding-left: .8em;
}
