/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
        font-weight     : bold;
	text-transform  : capitalize;
        display		: block;
	list-style	: none;
	margin		: 10px 0px 10px 0px;
	padding         : 7px 0px 6px 35px;
}
.sitemap ul li {
        list-style	: inside circle;
	margin		: 10px 0px 10px 0px;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {

        font-weight     : normal;	
        	
        margin          : 10px 0px 10px 0px;
	padding         : 7px 0px 3px 10px;
	
	line-height: 100%
}
.sitemap ul.level_1 li {
        
	padding		: 0 0 0 3em;
	white-space	: nowrap;
}
.sitemap li.active a {
	font-style	: italic;
}
