<!-- Begin CSS Horizontal Menu - menu ver 3.15 2009

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "right"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "900"		// TOTAL MENU WIDTH TO FIX WRAP



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<ul id="menunav">');




// START MENU LINKS - EDIT BELOW THIS AREA





document.write('  <li style="width: 80px;"><a href="index.html">Home</a>'); 
document.write('  </li>');

document.write('  <li style="width: 80px;"><a href="about.htm">About</a>');
document.write(' 	 <ul>');
document.write('     <li><a href="about.htm">About</a></li>');
document.write('     <li><a href="about-recomendations-bodywork-san-rafael-marin.htm">Katharine Recommends</a></li>');
document.write('    </ul>');

document.write('  </li>');




document.write('  <li style="width: 120px;"><a href="appointments.htm">Appointments</a>'); 
document.write('  </li>');










document.write('  <li style="width: 110px;"><a href="therapies-bodywork-san-rafael-marin-acupressure.htm">Therapies</a>');
document.write('    <ul>');
document.write('      <li><a href="therapies-bodywork-san-rafael-marin-acupressure.htm">Acupressure</a></li>');
document.write('      <li><a href="therapies-bodywork-san-rafael-marin-chi-nei-tsang.htm">Chi Nei Tsang</a></li>');
document.write('      <li><a href="therapies-bodywork-san-rafael-marin-jin-jyutsu.htm">Jin Shin Jyutsu</a></li>');

document.write('      <li><a href="therapies-bodywork-san-rafael-marin-reflexology.htm">Reflexology</a></li>');
document.write('      <li><a href="therapies-bodywork-san-rafael-marin-tui-na.htm">Tui Na</a></li>');

document.write('    </ul>');
document.write('  </li>');




document.write('  <li style="width: 90px;"><a href="expertise-bodywork-san-rafael-marin-40-anxiety.htm">Expertise</a>');
document.write('    <ul>');

document.write('      <li><a href="expertise-bodywork-san-rafael-marin-40-anxiety.htm">Anxiety</a></li>');
document.write('      <li><a href="expertise-bodywork-san-rafael-marin-30-fertility-massage.htm">Fertility Massage</a></li>');

document.write('      <li><a href="expertise-bodywork-san-rafael-marin-10-digestive-disorders.htm">IBS &amp; Digestive Disorders</a></li>');
document.write('      <li><a href="expertise-bodywork-san-rafael-marin-25-menstrual-cramps.htm">Menstrual Cramps</a></li>');
document.write('      <li><a href="expertise-bodywork-san-rafael-marin-35-neck-shoulder-back.htm">Neck, Shoulder &amp; Back</a></li>');
document.write('      <li><a href="expertise-bodywork-san-rafael-marin-50-stress-management-preventative-care.htm">Stress Management &amp; <br>&nbsp;&nbsp;Preventative Care</a></li>');

document.write('    </ul>');
document.write('  </li>');





document.write('  <li style="width: 110px;"><a href="testimonials-bodywork-san-rafael-marin.htm">Reviews</a>');
document.write('  </li>');

document.write('  <li style="width: 100px;"><a href="/blog">Health Tips</a>');
document.write('  </li>');





document.write('<li style="width: 80px;"><a href="contact.htm">Contact</a></li>');





// END LINKS //



document.write('</ul>');
document.write('</td></tr></table>');
   if (fixwrap == "yes") {
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}
document.write('</td></tr></table>');

// END -->
