<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
  <siteMapNode title="Home" url="~/home.aspx" description="Home Page" >
    <siteMapNode title="Section One" url="~/sectionone.aspx" description="Section One">
		<siteMapNode title="First Page" url="~/sectionone/firstpage.aspx" description="Section One - First Page"/>
		<siteMapNode title="Second Page" url="~/sectionone/secondpage.aspx" description="Section One - Second Page"/>
		<siteMapNode title="Third Page" url="~/sectionone/thirdpage.aspx" description="Section One- Third Page"/>
	</siteMapNode>
	<siteMapNode title="Section Two" url="~/sectiontwo.aspx" description="Section Two">
		<siteMapNode title="First Page" url="~/sectiontwo/firstpage.aspx" description="Section Two - First Page"/>
		<siteMapNode title="Second Page" url="~/sectiontwo/secondpage.aspx" description="Section Two - Second Page"/>
		<siteMapNode title="Third Page" url="~/sectiontwo/thirdpage.aspx" description="Section Two - Third Page"/>
	</siteMapNode>
  </siteMapNode>
</siteMap>







