document.write ('<style type="text/css">');
document.write ('.pmenu a:link {color: #FFFFFF; font:Verdana, Arial, Helvetica, sans-serif; text-decoration:none}');
document.write ('.pmenu a:visited {color: #FFFFFF; text-decoration:none}');
document.write ('.pmenu a:hover{color: #E78A10; text-decoration:none;}');
document.write ('.pmenu a:active{ color:#FFFFFF; text-decoration:none;}');
document.write ('.pmenu {line-height:18px;}');
document.write ('</style>');  
document.write ('<div class="pmenu" style="margin-left:3em"><br />');
document.write ('<a href="index.asp"><strong>Home</strong></a><br />');
document.write ('<a href="about.html"><strong>About Us</strong></a><br />');
document.write ('<a href="school_meditation.asp"><strong>School of Meditation</strong></a><br />');
document.write ('<a href="programs.html"><strong>Conscious Living Programs</strong></a><br />');
document.write ('<a href="retreat_center.asp"><strong>Retreat Center</strong></a><br />');
document.write ('<a href="study-groups.asp"><strong>Study Groups</strong></a><br />');
document.write ('<a href="books-cd-store.asp"><strong>Recordings and Publications</strong></a><br />');
document.write ('<a href="podcasts.html"><strong>Podcasts</strong></a><br />');
document.write ('<a href="reading_room.html"><strong>Reading Room</strong></a><br />');
document.write ('<a href="gallery0908.html"><strong>Photo Gallery</strong></a><br />');
document.write ('<a href="contributions.html"><strong>Contributions</strong></a><br />');
document.write ('<a href="contact.html"><strong>Contact Us</strong></a><br />');
document.write ('</div>');