#sitemap ul {
	/*width: 100%;*/
	margin-left: 0;
	padding-left: 0;
	margin-top: 0.4em;
}

#sitemap li.level-1 {
	list-style: none;
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

#sitemap li.level-2 {
	margin-left: 12px;
}

#sitemap a.level-1 {
	display: block;
	background: #FFCD5A;
	padding: 0.1em 0.5em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sitemap a.level-2 {
	font-weight: bold;
}

#sitemap li.level-3 {
	float: left;
	width: 190px;
	margin-right: 60px;
}


