<!-- Begin CSS Vertical Menu

// 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		= "200"		// 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="http://www.areacomputertech.com/assets/images/website/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: 60px;"><a href="http://www.areacomputertech.com/">main</a>');   
document.write('    <ul>');
document.write('      <li><a href="http://www.areacomputertech.com/">Home</a></li>');

document.write('      <li><a href="http://www.areacomputertech.com/about.php">About Us</a></li>');


document.write('      <li><a href="http://www.areacomputertech.com/sitemap.php">Sitemap</a></li>');


document.write('    </ul>');
document.write('  </li>');


document.write('  <li style="width: 90px;"><a href="http://www.areacomputertech.com/services/residential/residential_services.php">services</a>'); 
document.write('    <ul>');
document.write('      <li><a href="http://www.areacomputertech.com/services/business/business_services.php">Business Services</a></li>');
document.write('      <li><a href="http://www.areacomputertech.com/services/residential/residential_services.php">Residential Services</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('<li style="width: 70px;"><a href="http://www.areacomputertech.com/network/operations/location/territories.php">Locations</a></li>');


document.write('<li style="width: 70px;"><a href="http://www.areacomputertech.com/contact.php">Contact</a></li>');


// END LINKS //

document.write('</ul>');

document.write('</td><td width="'+rightspacing+'">');
document.write('<img src="http://www.areacomputertech.com/assets/images/website/spacer.gif" width="'+rightspacing+'" height="1"><br>');
document.write('</td></tr></table>');
document.write('</td></tr><tr><td width="'+menuwidth+'">');
document.write('<img src="http://www.areacomputertech.com/assets/images/website/spacer.gif" width="'+menuwidth+'" height="1"><br>');
document.write('</td></tr></table>');

// END -->
