/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap ul li {
	background-image:url(../images/arrow.gif);
background-position:0 3px;
background-repeat:no-repeat;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:20px;
padding-left:20px;
padding-top:0;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	
	padding		: 0;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap li.active a {
	font-style	: italic;
}
