﻿<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
	<siteMapNode url="" title=""  description="">
		<siteMapNode title="Home" description="Our Home Page"  url="default.aspx" />
		<siteMapNode title="Contact" description="Request a contact page"  url="contact.aspx" />
		<siteMapNode title="Our Properties" description="A list of properties offered by The Brown Organization"  url="PropertiesNew.aspx" />

		<siteMapNode title="Login" description="Current Resident Login Page"  url="login.aspx" />
		<siteMapNode title="Tenants Home" description="Landing page for logged in tenants"  url="TenantPages/TenantsHome.aspx" />
		<siteMapNode title="My Documents" description="Page for documents loaded for a tenant"  url="TenantPages/TenantFiles.aspx" />
		<siteMapNode url="TenantPages/TBOMM/ManagerHome.aspx" title="Admin Home"  description="Admin Home"/>
		<siteMapNode title="Edit User" description="Edit an existing user" url="TenantPages/TBOMM/EditUser.aspx"/>
		<siteMapNode title="Create user" description="Create a new user" url="TenantPages/TBOMM/NewUser.aspx"/>
		<siteMapNode title="Property Manager" description="Manage properties" url="TenantPages/TBOMM/PropertyManager.aspx"/>
		<siteMapNode title="Email Templates" description="Manage email templates" url="TenantPages/TBOMM/TemplatesHome.aspx"/>
	</siteMapNode>
</siteMap>
