background: transparent url(../images/bullet1.gif) no-repeat scroll 0 0 0 6px;
Are these four values trying to locate the bg image? They won't work that way. It takes one or two values, horizontal from left and vertical from top.
Try
background: transparent url(../images/bullet1.gif) no-repeat scroll 6px 50%;
Bookmarks