#SiteMap {
	margin-top: 25px;
	list-style-type: none;
	display: inline-block;
	padding: 0px;
	margin-bottom: 50px;
	height: 170px;
	text-align: left;
	color: #7e746a;
	line-height: 18px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
}
#SiteMap * {
	text-align: left;
	color: #7e746a;
	line-height: 18px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#SiteMap a:link, #SiteMap a:visited {
	text-decoration: none;
	line-height: 18px;
	color: #7e746a;
}
#SiteMap ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#SiteMap > ul {
	border-bottom-color: #7e746a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #7e746a;
	border-top-width: 1px;
	border-top-style: solid;
	width: 1024px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	height: 100%;
	padding: 0px;
	display: block;
	list-style-type: none;
}
#SiteMap > ul > li {
	float: left;
	width: 150px;
}
#SiteMap li.home {
	width: 125px;
}
#SiteMap li.community {
	width: 95px;
}
#SiteMap li.expanPlans {
	width: 120px;
}
#SiteMap li.lifestyle {
	width: 85px;
}
#SiteMap li.healthwellness {
	width: 155px;
}
#SiteMap li.aboutus {
	width: 140px;
}
#SiteMap li.faq {
	width: 55px;
}
#SiteMap li.contact {
	width: 85px;
}
#SiteMap li.humanresources {
	width: 140px;
}
#SiteMap .header {
	font-weight: bold;
	border-bottom-color: #7e746a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

