Today is one of those days where I just can't seem to figure out why there is a space appearing to the left of each LI tag in the code below. Hover over the menu items and you'll see what I mean.
Visit this link for more information
<div id="wrapper">
<div id="menu">
<ul>
<li><a href="#!1">Home</a></li>
<li><a href="#!2">Home</a></li>
<li><a href="#!3">Home</a></li>
</ul>
</div>
<div id="content">Content</div>
<div id="footer">Footer</div>
</div>