How can I create a drop down menu using twitter bootstrap. my current navigation is
<ul class="nav nav-tabs " style="width: 860px;">
<li >
<a href="#" >Employees</a>
</li>
<li >
<a href="#" >Projects</a>
</li>
<li >
<a href="#" >Clients</a>
</li>
<li >
<a href="#" >Assign Projects</a>
</li>
<li >
<a href="#" > Reports</a>
</li>
<li><a href="logout.php" >Logout</a></li>
here I want a drop down menu for Reports link
Boostrap already have that http://twitter.github.com/bootstrap/components.html#dropdowns