Thank you for your responses. Below is the code for the 2 menus as it shows up in the header_php. ‘menu=top_menu’ is the one that doesn’t allow drop downs and ‘menu_main’ does. I did change the depth of top_menu to 0 and it did nothing. Actually.. the last nav item disappeared altogether. Thank you for your help.
<div class="naver">
<?php wp_nav_menu('menu=top_menu&depth=1&container='); ?>
<div class="clear">></div>
<div class="paging">
<div class="menu_bg">
<div class="menu_wrap">
<?php wp_nav_menu('menu=main_menu&depth=3&container=&link_before=<span class="pag_l"><span class="pag_r">&link_after=</span></span>'); ?>
<div class="clear"></div>