#closeall {
	background: none repeat scroll 0 0#C84F00;
	color: #fff;	
	cursor: pointer;
	float: right;
	font-weight: bold;
	padding: 0.1em;
	text-align: center;
	width: 11em;
}

#sitemap, #sitemap ul, sitemap li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#sitemap {
	
}

#sitemap li {
	line-height: 20px;
	margin-top: 1px;
	position: relative;
	width: 100%;
}

*html #sitemap li {
	display: inline;
	float: left;
}

#sitemap li a {
	padding-left: 28px;
}

#sitemap li span{
	cursor:	auto;
	float: left;
	font-size: 0;
	height: 13px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 13px;
}

#sitemap li span.minus {
	background: url(images/minus.gif) no-repeat scroll 0 0 #C84F00;
}

#sitemap li span, #sitemap li span.plus {
	background: url(images/plus.gif) no-repeat scroll 0 0 transparent;
}

#sitemap li ul {
	background: url(images/line1.gif) repeat-y scroll 0 0 transparent;
	margin-left: 28px;
}

#sitemap li {
	background: url(images/line2.gif) no-repeat scroll 0 0 transparent;
}

#sitemap:after, #sitemap ul after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#sitemap, #sitemap ul {
	display: block;
}

#sitemap, #sitemap ul {
	min-height: 1%;
}

*html #sitemap, *html #sitemap ul {
	height: 1%;
}