table.sitemap {
	width: 100%;
}

table.sitemap tr td {
	width: 50%;
	padding-right: 15px;
}

table.sitemap tr td div.section {
	margin: 15px 0;
}

table.sitemap tr td div.section div.title {
}

table.sitemap tr td div.section div.title a:link, table.sitemap tr td div.section div.title a:visited, table.sitemap tr td div.section div.title a:active, table.sitemap tr td div.section div.title a:hover {
	font-size: 1.2em;
	color: #666666;
}

table.sitemap tr td div.section div.children {

}

table.sitemap tr td div.section div.children ul {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 15px;
}

table.sitemap tr td div.section div.children ul li {
	margin: 4px 0;
	padding: 0;
}
