<!-- Begin CSS Horizontal Menu - menu ver 3.11mini 2010

// NOTE: If you use a ' add a slash before it like this \'


var leftspacing		= "0"		// LEFT MENU PADDING
var rightspacing	= "0"		// RIGHT MENU PADDING
var menuside		= "right"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "750px"		// TOTAL MENU WIDTH (use only if wrapping is apparent)



document.write('<link rel="StyleSheet" href="drop-menu.css" type="text/css">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable Dmenuwidth"><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: 88px;"><a href="index.html">HOME</a>'); 
document.write('    <ul>');
document.write('      <li><a href="about.htm">About Sandra</a></li>');
document.write('      <li><a href="free.htm">Freebies</a></li>');
document.write('      <li><a href="voucher.htm">Gift Vouchers</a></li>');
document.write('      <li><a href="products.htm">Products</a></li>');
document.write('      <li><a href="testimonials.htm">Testimonials</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li style="width: 100px;"><a href="treatments.htm">TREATMENTS</a>'); 
document.write('    <ul>');
document.write('      <li><a href="facial.htm">Facials</a></li>');
document.write('      <li><a href="face.htm">Non-Surgical Face Lift</a></li>');
document.write('      <li><a href="hands.htm">Hands & Feet</a></li>');
document.write('      <li><a href="eye.htm">Eye Treatments</a></li>');
document.write('      <li><a href="eyelash.htm">Eyelash Extensions</a></li>');
document.write('      <li><a href="electrolysis.htm">Electrolysis</a></li>');
document.write('      <li><a href="cosmetics.htm">Advanced Electrolysis</a></li>');
document.write('      <li><a href="wax.htm">Waxing</a></li>');
document.write('      <li><a href="holistic.htm">Holistic Therapies</a></li>');
document.write('      <li><a href="massage.htm">Massage</a></li>');
document.write('      <li><a href="tan.htm">Tanning</a></li>');
document.write('      <li><a href="wedding.htm">Wedding Treatments</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li style="width: 120px;"><a href="men.htm">TIME FOR MEN</a>'); 
document.write('    <ul>');
document.write('      <li><a href="menwaxing.htm">Waxing</a></li>');
document.write('      <li><a href="menface.htm">Face</a></li>');
document.write('      <li><a href="menhandsandfeet.htm">Hands & Feet</a></li>');
document.write('      <li><a href="menmassage.htm">Massage</a></li>');
document.write('      <li><a href="menholistic.htm">Holistic Therapies</a></li>');
document.write('    </ul>');
document.write('  </li>');




document.write('<li style="width: 70px;"><a href="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>');

   if (fixwrap == "yes") {
document.write('</td></tr><tr><td>');
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}

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





IEMhover = function() {
	var IEMh = document.getElementById("menunav").getElementsByTagName("LI");
	for (var i=0; i<IEMh.length; i++) {
		IEMh[i].onmouseover=function() {
			this.className+=" IEMhover";
		}
		IEMh[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" IEMhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", IEMhover);


// END -->
