var MenuCode = ""

MenuCode += "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>"
MenuCode += "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>"
MenuCode += "<head>"
MenuCode += "<title>Hoca Drop Down Menu</title>"
MenuCode += "<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />"
MenuCode += "<meta name='author' content='post@hoca.co.uk (http://www.squiders.com/)' />"


MenuCode += "<link href='_style/menu/dropdown.css' media='all' rel='stylesheet' type='text/css' />"
MenuCode += "<link href='_style/menu/default.advanced.css' media='all' rel='stylesheet' type='text/css' />"

MenuCode += "<!--[if lt IE 7]>"
MenuCode += "<script type='text/javascript' src='_scripts/js/jquery/jquery.js'></script>"
MenuCode += "<script type='text/javascript' src='_scripts/js/jquery/jquery.dropdown.js'></script>"
MenuCode += "<![endif]-->"



MenuCode += "</head>"
MenuCode += "<body>"

MenuCode += "<ul class='dropdown dropdown-horizontal'>"
MenuCode += "	<li><a href='index.html' class='dir'>Home</a>"
MenuCode += "		<ul>"
MenuCode += "			<li><a href='index.html'>Introduction & Overview</a></li>"
MenuCode += "			<li><a href='why_the_hoca_practice.html'>Why The HOCA Practice?</a></li>"
MenuCode += "			<li><a href='getting_organised_with_the_hoca_practice.html'>Getting organised with The HOCA Practice</a></li>"
MenuCode += "			<li><a href='working_with_our_clients.html'>Working with our Clients</a></li>"
MenuCode += "			<li><a href='latest_news.html'>What's new at HOCA</a></li>"
MenuCode += "		</ul>"
MenuCode += "</li>"

MenuCode += "	<li><a href='#' class='dir'>HOCA People & Buildings</a>"
MenuCode += "		<ul>"
MenuCode += "			<li><a href='what_we_do.html'>What We Do & How We Do It</a></li>"
MenuCode += "			<li><a href='people_at_hoca.html'>People at HOCA</a></li>"
MenuCode += "			<li><a href='buildings.html'>HOCA Buildings</a></li>"
MenuCode += "			<li><a href='testimonials.html'>HOCA Testimonials</a></li>"
MenuCode += "		</ul>"
MenuCode += "	</li>"

MenuCode += "	<li><a href='#' class='dir'>More About HOCA</a>"
MenuCode += "		<ul>"
MenuCode += "			<li><a href='environmental_policy.html'>Environmental Policy</a></li>"
MenuCode += "			<li><a href='equal_opportunities.html'>Equal Opportunities Policy</a></li>"
MenuCode += "			<li><a href='other_policies.html'>Other Policies</a></li>"
MenuCode += "		</ul>"
MenuCode += "	</li>"

MenuCode += "	<li><a href='#' class='dir'>Innovation</a>"
MenuCode += "		<ul>"
MenuCode += "			<li><a href='innovation_sutton_arena.html'>Sutton Arena</a></li>"
MenuCode += "			<li><a href='innovation_beddington.html'>Beddington</a></li>"
MenuCode += "		</ul>"
MenuCode += "	</li>"

MenuCode += "	<li><a href='contact.html' class='dir'>Contact HOCA</a>"
MenuCode += "	</li>"

MenuCode += "</ul>"



MenuCode += "</body>"
MenuCode += "</html>"

document.write(MenuCode)
