/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	list-style: none;
	margin:0px;
	margin-top:5px;
padding:0px 0 0 5px;
}
.sitemap ul li {
	padding-left: 20px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	
list-style: url(../images/arrow.png) no-repeat 5px 5px;
	line-height: 180%;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap li.active a {
	font-style	: italic;
}
