Hello legendrock7,
Your ul menu is not formed correctly to be a dropdown. It should be more like this -
Code:
<ul>
<li>Linky</li>
<li>Linky</li>
<li>Linky
<ul>
<li>dropped Linky</li>
<li>dropped Linky</li>
<li>dropped Linky</li>
</ul>
</li>
<li>Linky</li>
<li>Linky</li>
</ul>
Look at a demo of mine of a
CSS dropdown menu here.