﻿#sitemap
{
	height: 400px;
	padding-left: 40px;
}
.node
{
	height: 400px;
	float: left;
	margin-right: 15px;
	background-color: #333;
	color: #fff;
	padding: 10px 13px;
	overflow: hidden;
}
.title
{
	padding: 2px 20px 2px 10px;
	border: solid 1px #aaa;
	background-color: #222;
	margin-bottom: 10px;
}
#sitemap a, #sitemap a:active, #sitemap a:visited, #sitemap a:hover
{
	color: #fff;
	text-decoration: none;
}
#sitemap ul
{
	padding: 5px 0px;
}
#sitemap li
{
	margin-bottom: 3px;
	padding-right: 5px;
	width: 150px;
}
#sitemap li a:hover
{
	text-decoration: underline;
}

