@charset "utf-8";
#sitemap {
	float: left;
	height: auto;
	width: 95%;
	padding-left: 5%;
}
#sitemap ul {
	margin-left: 30px;
	width: 40%;
	display: block;
	height: auto;
	float: left;
}
#sitemap span {
	font-size: 20px;
	color: #E7BB38;
}

#sitemap ul li {
	line-height: 25px;
}
#sitemap li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
#sitemap a:hover {
	text-decoration: underline;
	color: #fff799;
}

.sitemap-heading {
	background-image: url(../images/sitemap-heading.png);
	height: 63px;
	width: 549px;
	background-repeat: no-repeat;
}
#sitemap ul.sitemap_link{
	height: auto;
	width: 80%;
	display: block;
}
