I use to use Web Developers Tool for Firefox but find firebug far more helpful for me.
Using firebug, if you click on Inspect and then click just to the left of Home in the navsupp, you'll see this in the expanded html> <div id="navSupp">
<ul>
<li>
<a href="http://www.sandstoneclothing.com/shop/">Home</a>
</li>
<li>
: :
<a href="http://www.sandstoneclothing.com/shop/index.php?main_page=page&id=19&zenid=5eace59b6dcafacf06a82c1440069a76">Customer Service</a>
: :
<a href="http://www.sandstoneclothing.com/shop/index.php?main_page=page&id=9&zenid=5eace59b6dcafacf06a82c1440069a76">Privacy Policy</a>
: :
<a href="http://www.sandstoneclothing.com/shop/index.php?main_page=page&id=20&zenid=5eace59b6dcafacf06a82c1440069a76">Wholesale Orders</a>
: :
<a href="http://www.sandstoneclothing.com/shop/index.php?main_page=site_map&zenid=5eace59b6dcafacf06a82c1440069a76">Site Map</a>
: :
<a href="https://www.sandstoneclothing.com/shop/index.php?main_page=account&zenid=5eace59b6dcafacf06a82c1440069a76">My Account</a>
: :
<a href="http://www.sandstoneclothing.com/shop/index.php?main_page=page&id=18&zenid=5eace59b6dcafacf06a82c1440069a76">Contact Us</a>
</li>
</ul>The Home is provided by the system. Someone has added the HUGE <li> with six links inside it and had to create separators to go between them.
Not an efficient use of code to say the least.
Just like the About Us, Login, Home mixture in the EZpages. These are just plans for disaster on upgrade.