My 2nd attends on CSS and Javascript DOM verticle menu:
Create some codes in html as below:
<div id="nav">
<ul>
<li><a href="#" title="Sunfishes">Sunfishes</a>
<ul>
<li><a href="#">Shadow bass</a></li>
<li><a href="#">Ozark bass</a></li>
[...]