<!-- 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: 70px;"><a href="index.html">Home</a>'); 

document.write('  <li style="width: 80px;"><a href="about.htm">Captain Ron</a>'); 

document.write('  <li style="width: 100px;"><a href="newgallery.htm">Fishing<br> Reports</a>');

document.write('  <li style="width: 100px;"><a href="oldgallery.htm">Archive<br> Reports</a>');

document.write('<li style="width: 120px;"><a href="albacore.htm">False Albacore<br>Flyfishing</a></li>');

document.write('  <li style="width: 100px;"><a href="rates.htm">Rates &amp;<br>Service</a>');

document.write('  <li style="width: 100px;"><a href="sponsors.htm">Links &amp;<br> Sponsors</a>');

document.write('  <li style="width: 100px;"><a href="videos.htm">Videos</a>');

document.write('  <li style="width: 110px;"><a href="testimonials.htm">Testimonials</a>');











// END LINKS //

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

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

// END -->