Basically I want to control the margin on the left of the list. Here's how I have it structured:
<li>
<a href="http://link.com">Main</a>
<ul>
<li>
<a href="http://link.com" title="">Sub1</a>
</li>
<li>
<a href="http://link.com" title="">Sub2</a>
</li>
</ul>
</li>
The sub-sections are too far to the right with the current style I'm using. How do I change it?