table#sitemap {
	width: 100%;
	table-layout: fixed;
}
table#sitemap td {
	padding: 20px;
	padding-bottom: 0;
	border: 1px solid rgb(188,188,184);
	border-color: rgb(168,168,164);
	background: url("/Frontend/Images/Deco/cornershade_se.png") transparent no-repeat 100% 100%;
}
table#sitemap td.nw,
table#sitemap td.w,
table#sitemap td.sw {
	border-left: none;
	padding-left: 0;
}
table#sitemap td.ne,
table#sitemap td.e,
table#sitemap td.se {
	border-right: none;
	padding-right: 0;
	background-image: none;
}
table#sitemap td.nw,
table#sitemap td.n,
table#sitemap td.ne {
	border-top: none;
	padding-top: 0;
}
table#sitemap td.sw,
table#sitemap td.s,
table#sitemap td.se {
	border-bottom: none;
	background-image: none;
}
table#sitemap h2 {
	text-transform: none;
}
table#sitemap a {
	color: rgb(44,44,40);
}
table#sitemap a:hover {
	color: rgb(210,35,42);
}
