<!-- 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	= "30"		// RIGHT MENU PADDING
var menuside		= "right"	// MENU SIDE | left | right | center
var menuwidth		= "170"		// 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="galleries.php">projects</a>');
document.write('    <ul>');
document.write('      <li><a href="gallery.php?id=161">Hedges Lane</a></li>');
document.write('      <li><a href="gallery.php?id=42">Amagansett Residence</a></li>');
document.write('      <li><a href="gallery.php?id=43">Bridgehampton Residence</a></li>');
document.write('      <li><a href="gallery.php?id=44">Bridgehampton Residence 2</a></li>');
document.write('      <li><a href="gallery.php?id=47">East Hampton Residence</a></li>');
document.write('      <li><a href="gallery.php?id=48">Sagaponack Residence</a></li>');
document.write('      <li><a href="gallery.php?id=74">Sagaponack Residence 2</a></li>');
document.write('      <li><a href="gallery.php?id=75">Wainscott Residence</a></li>');
document.write('      <li><a href="gallery.php?id=51">Water Mill Residence</a></li>');
document.write('      <li><a href="gallery.php?id=50">Water Mill Residence 2</a></li>');
document.write('      <li><a href="gallery.php?id=76">Water Mill Residence 3</a></li>');
document.write('      <li><a href="gallery.php?id=77">Water Mill Residence 4</a></li>');
document.write('      <li><a href="gallery.php?id=46">Residence Details - Interior</a></li>');
document.write('      <li><a href="gallery.php?id=45">Residence Details - Exterior</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('<li style="width: 100px;"><a href="publications.htm">publications</a></li>');
document.write('<li style="width: 100px;"><a href="testimonials.htm">testimonials</a></li>');
document.write('<li style="width: 55px;"><a href="links.htm">links</a></li>');
document.write('<li style="width: 80px;"><a href="contact.htm">contact us</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 -->
