The drop downs are dynamically built, but you can mimic the structure by wrapping the links in an ul li markup like this:
<li class="Largenav"><h2>Links</h2>
< ul>
< li>< a href="http://abyss2hope.blogspot.com/" title="A rape survivor’s zigzag journey into the open"> abyss2hope< /a> A rape survivor’s zigzag journey into the open</ li>
< li>< a href="http://www.abeautifulrevolution.com/blog/" title="Words and Art">a beautiful revolution< /a> Words and Art</ li>
< li>< a href="http://www.afewgoodpens.com/blog">A Few Good Pens< /a></ li>
< li>< a href="http://agirlnamedrio.blogspot.com/" title="returned">A Girl Named Rio returned</ li>
< li>< a href="http://andrewlmoore.com/">Andrew L Moore< /a></ li>
...
</ ul>
this would be the hard coded way, dynamically building the links drop down is different, pls reply which way you need.
Also you may edit the CSS, so your title works better:
h1,h1 a,h1 a:hover{color:#47B895;margin:0;padding:0;float:right;font-variant:small-caps;font:25px century gothic,arial,verdana,serif;width:220px;overflow:hidden; text-align:right;background:transparent;}
Suggestion: either increase the width by ten pixels or decrease the fontsize by 2px to 23px,
then it should show up in one line.