it goes wrong at the homepage where collection is underscored
www.masonic-antiques.com/mason/home.htmlat the aprons page the word collection is missing
www.masonic-antiques.com/mason/aprons.htmland there are a lot more pages where it is missing or where collection is underscored.
always and only trouble with one word: collection
the code is
<head>
<link rel="stylesheet" type="text/css" href="/menu/menu_style.css" />
</head>
<div id="outside">
<ul id="navigation-1">
<li><a href="home.html" title="home" target="_self" >home</a>
</li>
<li><a href="" title="collection" target="_self" >collection</a>
<ul class="navigation-2">
<li><a href="aprons.html" title="aprons" target="_self" >aprons</a></li>
<li><a href="more_aprons.html" title="more aprons" target="_self" >more aprons</a></li>
<li><a href="lustreware.html" title="lustreware" target="_self" >lustreware</a></li>
<li><a href="snuff_boxes.html" title="snuff boxes" target="_self" >snuff boxes</a></li>
<li><a href="walking_sticks.html" title="walking sticks" target="_self" >walking sticks</a></li>
<li><a href="glass.html" title="glass" target="_self" >glass</a></li>
<li><a href="jewels.html" title="jewels" target="_self" >jewels</a></li>
<li><a href="other_objects.html" title="other objects" target="_self" >other objects</a></li>
</ul>
</li>
<li><a href="new.html" title="new" target="_self" >new</a>
</li>
<li><a href="contact.html" title="contact" target="_self" >contact</a>
</li>
</ul>
</div>
thanks, luc