/**
 * 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;
	padding		: 0.5em 0;
}
.sitemap ul li {
	margin		: 0;
	border-top	: 1px solid #990000;
        padding		: 0.5em 0;
	white-space	: nowrap;
	background	: transparent;
	font-weight	: bold;
	list-style	: none;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	margin-left	: 2em;
}
.sitemap ul.level_1 li {
	white-space	: nowrap;
	border-top	: none;
	padding		: 0.2em 0;
	font-weight	: normal;
}
.sitemap li.active a {
	font-style	: italic;
}
