you could do first menu yada yada yada then
a link saying more which would drop down a second menu
similiar to this http://www.bluewalrus.net/video.html
where the videos pop down under the link.
the java files here http://www.bluewalrus.net/java.js. Then put this
Code:
<a href="#" onclick="return toggleMe('para')">More</a><br />
<div id="para2" style="display:none"> Put the rest of the info in here this will be hidden until clicked</div>
Oh yeah i didnt write this but i found it somewhere via google a little while ago.
Bookmarks