+2  A: 
ul
{
     padding-left:0px;
     margin-left: 0px;
}

I suggest using firebug, a FireFox plugin to find these types of issues. Click element in question, then look at it's "layout." It'll tell you exactly where padding and margins are coming from.

Darthg8r