<!-- Begin CSS Vertical Menu - menu ver 3.1 2008

// NOTE: If you use a ' add a slash before it like this \'


var leftspacing		= "1"		// LEFT MENU PADDING
var rightspacing	= "20"		// RIGHT MENU PADDING
var menuside		= "right"	// MENU SIDE | left | right | center
var menuwidth		= "100"		// TOTAL MENU WIDTH (use if wrapping is apparent)


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 width="'+leftspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+leftspacing+'" height="1"><br>');
document.write('</td><td>');

document.write('<ul id="menunav">');





// START MENU LINKS - EDIT BELOW THIS AREA





document.write('<li style="width: 70px;"><a href="index.html">Home</a></li>');

document.write('<li style="width: 70px;"><a href="info_about.htm">About Us</a></li>');

document.write('  <li style="width: 90px;"><a href="services__consulting.htm">Services</a>'); 
document.write('    <ul>');
document.write('      <li><a href="services__consulting.htm">Consultation</a></li>');
document.write('      <li><a href="services__fast_tracking.htm">Fast Tracking</a></li>');
document.write('      <li><a href="services__special_needs.htm">Special Needs</a></li>');






document.write('    </ul>');
document.write('  </li>');


document.write('  <li style="width: 90px;"><a href="gallery_kitchens.htm">Galleries</a>');
document.write('    <ul>');
document.write('      <li><a href="gallery_kitchens.htm">Kitchens</a></li>');
document.write('      <li><a href="gallery_baths.htm">Baths</a></li>');
document.write('      <li><a href="gallery_other_rooms.htm">Other Rooms</a></li>');
document.write('    </ul>');
document.write('  </li>');




document.write('<li style="width: 70px;"><a href="info_links.htm">Associations</a></li>');







document.write('<li style="width: 70px;"><a href="info_contact.htm">Contact</a></li>');





// END LINKS //

document.write('</ul>');

document.write('</td><td width="'+rightspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+rightspacing+'" height="1"><br>');
document.write('</td></tr></table>');
document.write('</td></tr><tr><td width="'+menuwidth+'">');
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
document.write('</td></tr></table>');

// END -->
