<!-- Begin CSS Vertical Menu - menu ver 3.0 2007

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide">');

document.write('<ul id="menunav">');





// START MENU LINKS - EDIT BELOW THIS AREA





document.write('  <li style="width: 110px;"><a href="index.html">Home</a></li>'); 




document.write('  <li style="width: 110px;"><a href="yourguide.html">About Your Guide</a></li>'); 




document.write('  <li style="width: 110px;"><a href="sponsors.html">Sponsors</a></li>');




document.write('  <li style="width: 110px;"><a href="rates.html">Rates</a></li>');




document.write('  <li style="width: 110px;"><a href="catchoftheday.html">Gallery</a>');
document.write('    <ul>');
document.write('      <li><a href="catchoftheday.html">Catch of the Day</a></li>');
document.write('      <li><a href="halloffame.html">Hall of Fame</a></li>');
document.write('      <li><a href="kids.html">Kids Pics</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li style="width: 110px;"><a href="contact.html">Contact Me</a></li>');


// END LINKS //

document.write('</ul>');

document.write('</td></tr></table>');


// END -->
