@import url("global.css");
#sitemap section a {
	display: block;
	text-decoration: none;
}
#sitemap section .home {
	margin-bottom: 20px;
	clear: both;
}
#sitemap section .home a {
	display: block;
	padding: 10px 0 10px 45px;
	border: #aaa 1px solid;
	border-radius: 3px;
	background: #f2f2f2 url(../sitemap/img/home.png) no-repeat left center;
}
#sitemap section .home a:hover {
	padding-left: 65px;
}
#sitemap section ul {
	width: 470px;
	float: left;
	margin: 0 10px 50px;
}
#sitemap section ul li {
	margin: 30px 0;
}
#sitemap section ul li a {
	background: url(../sitemap/img/dotline.png) repeat-x left center;
	color: #333;
}
#sitemap section ul li a:hover {
	text-decoration: underline;
	color: #cc1e06;
}
#sitemap section ul li a span {
	background: #fff url(../sitemap/img/arrow.png) no-repeat left center;
	padding: 0 10px 0 25px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
#sitemap section ul li a:hover span {
	padding-left: 40px;
}
#sitemap section ul li ul.sub {
	width: auto;
	float: none;
	margin: 0 10px;
}
#sitemap section ul li ul.sub li a {
	background: none;
}
#sitemap section ul li ul.sub li a span {
	background: #fff url(../sitemap/img/sub.png) no-repeat left center;
}
