Do you mean you want no drop-down menus? Just take out where it says <li class="popup">...</li> (including everything in between). If instead you want to leave the menu choices you can take out the class="popupmenu" and class="popupctrl" from the <li> and <a> tags (and remove all dropdown options in the <ul> tags), but you'll end up with a link that doesn't do anything.
|