/**
 * 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		: circle;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap ul li {
        font-weight: bold;
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	padding		: 1;
	margin: 0px 0px 15px 0px;
	font-style	: bold;

}
.sitemap ul.level_1 li {

	padding		: 0 0 0 2em;
	white-space	: nowrap;
        color           : red
}
.sitemap li.active a {
	font-style	: italic;
}
