/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

.sitemap {
	width:91%;
	border: 1px solid #F0F3F5;
	background-color:#FFF;
	padding:10px 25px 10px 0px;
	float:left;
	background-image: url(../images/hydrant.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sitemap ul {
	list-style	: none;
	margin		: 0;
}

.sitemap ul li {
	text-transform: capitalize;
	line-height:1.5em;
}

.sitemap a img {
}

.sitemap ul.level_0 ul {
	padding		: 0;
}

.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}

.sitemap .active {
}

.componentheading {
	display:none;
}