If you are only making one other dropdown tab with this mod, I suppose you could open the file, dbtech/vbnavtabs/includes/functions.php and find the following line:
Code:
$render_dropdowntab ='<li class="popupmenu"><a href="javascript://" class="popupctrl navtab" id="tabpopupctrl" style="background:transparent url('.$imgdir_misc.'/arrow.png) no-repeat '.$right.' center; padding-right: 15px" >'. $new_title .'</a><ul class="popupbody popuphover">';
And change
tabpopupctrl to
tabpopupctrl_two
Chris