susi: listen bullet abstand?

Beitrag lesen

ich habe ein problem mit meinen listen ...

[CSS]
li.admin
{
 list-style:none;
 list-style-image:url("../../img/layout/admin_btn.gif");
 list-style-position: inside;
 vertical-align:middle;
 padding:0px 0px 0px 0px;
 margin:5px 0px 0px 0px;
}
a.admin_link
{
 text-decoration: none;
 font-size: 11px;
 font-weight:bold;
 vertical-align:top;
 background-color:green;
 text-transform:uppercase;
 padding:0px 0px 0px 5px;
 margin:0px 0px 0px 0px;
}
[HTML]
<li class="admin">
<a href="url" class="admin_link">
TEXT
</a>
</li>

wenn ich mir nun diese beiden ergebnisse ansehe ...
im IE ist der anchor direkt neben dem bullet!
im FF hab ich zwischen text und bullet einen abstand von 10-15px. warum?
hat jemand eine antwort wie man von diesem default abstand weg kommt?

lg, susi