
div.sitemap {
	background: #fff;
	font-size: 14px;
	line-height: normal;
	border: 1px solid #ddd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 780px;
}

div.sitemap a {
	text-decoration: none;
	color: #666;
}

div.sitemap a:hover {
	text-decoration: underline;
	color: #000;
}

div.sitemap h1 {
	font-size: 29px;
	font-weight: normal;
	color: #669900;
	margin: 15px 20px 0;
	padding: 0;
}

div.sitemap h2 {
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin: 15px 20px 0;
	color: #666;
	clear: both;
}

div.sitemap h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
}

div.sitemap h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
}

div.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div.sitemap ul.section {
	margin: 0 20px 40px;
	overflow: auto;
}

li.folder {
	float: left;
	padding: 0 25px;
}