Hmm only error I see is the HTML for your tabs themselves,though that shouldn't cause the problem in question. Nonetheless, try correcting the code in red below:
Code:
<div id="mytabsmenu" class="tabsmenuclass">
<ul>
<li><a href="http://www.longstaffscarpets.co.uk" rel="gotsubmenu"[selected]">Bathrooms</a></li>
<li><a href="http://www.longstaffscarpets.co.uk" rel="gotsubmenu">Tiles</a></li>
<li><a href="http://www.longstaffscarpets.co.uk" >Information</a></li>
</ul>
</div>
It should just be gotsubmenu[selected], without the quotes in the middle.
Bookmarks