I\'m having a difficult time trying to make my submenu vertical instead of horizontal. Any help would be much appreciated.
HTML:
ul#menu ul { display:none; position:absolute; left:0; top:20px; } ul#menu li { display:block; }
Most important changes. JSFIDDLE> http://jsfiddle.net/LSbvJ/ (You will have to tweak paddings, margins, text-align... but this is good start, I hope.)