Check out this JSFiddle demo I created for a small dropdown menu¹. The one thing I'm struggling with is aligning the dropdown sub menu box properly.
<ul id="nav">
<li> <a href="#" class="main-menu">vcdsfds</a>
<ul class="sub-menu">
<li><a href="#">vcdsfds</a></li>
...
</ul>
</li>
...
</ul>
This is where I envision the dropdown to appear:
¹ original source of the dropdown: