If you use Firebug inspector, and hover #jimgMenu ul
you will see that it has left padding but no css rule related to it:
http://www.alohatechsupport.net/examples/image-menu-1.html
Where is the left padding coming from? Why I can't see the origin?
EDIT:
If you click in Layout/Metrics it says that #jimgMenu ul
has left padding = 40px;
But again I can't find where it that padding coming from.