Hi jcata
You can edit the mainnav block on your site:
/templates/ja_megastore/tpls/blocks/mainnav.php
Look for this line of code:
<div class="wrap t3-navbar-category <?php $this->_c('navbar-category') ?> <?php if (!$this->countModules('t3-features-intro')) echo "category-dropdown"; ?>">
change it to:
<div class="wrap t3-navbar-category <?php $this->_c('navbar-category') ?> category-dropdown">