well, you can edit the links in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
you will not be able to do this in admin
1 & 2)
add this
Code:
<li><a href="index.php?main_page=about_us">About Us</a></li>
<li><a href="index.php?main_page=faq">FAQ</a></li>
between:
Code:
<ul class="level2">
and
Code:
<?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?>
3)you will need to find and remove this line to remove the specials link
Code:
<li><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>
if you have not edited this file yet, please see attached file, just replace the one you have with this, i have already done the editing