_includes/top-menu.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 1</title>
</head>

<body>
<ul>
						<li><a title="Home  - Site Name" href="../index.html"><b>Home</b></a></li>
						<li><a href="../about.html" title="About Us"><b>About</b></a></li>
						<li><a href="../contact.html" title="Contact Us"><b>Contact</b></a></li>
						<li><!--[if IE]>
						<!--><a class="ajxsub" href="#">
						<!--<![endif]--><b>Products</b> <!--[if gt IE 6]>
						<!--></a>
						<!--<![endif]--><!--[if lte IE 6]>
						<table>
							<tr>
								<td><![endif]-->
								<ul>
									<li><a href="../product-one.html" title="Product One">Product One</a></li>
									<li><a href="../product-two.html" title="Product Two">Product Two</a></li>
									<li><a href="../product-three.html" title="Product Three">Product Three</a></li>
									<li class="slast"><a href="../product-four.html" title="Product Four">Product Four</a></li>
								</ul>
								<!--[if lte IE 6]></td>
							</tr>
						</table>
						</a><![endif]--></li>
						<li><a href="../links.html" title="Resource Links"><b>Links</b></a></li>
						<li><a href="../search.html" title="Search Our Site"><b>Search</b></a></li>
						<li class="tlast"><a href="../site-map.html" title="Site Map"><b>Site Map</b></a></li>
					</ul>

</body>

</html>