/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

.sitemap .contentpaneopen ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap .contentpaneopen ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap .contentpaneopen ul li a{
         color              : #7e2122;
         text-decoration    :none;  
	border		: none;

}
.sitemap .contentpaneopen ul li a img {
         color              : #7e2122;   
	border		: none;
}

.sitemap .contentpaneopen ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}
.sitemap .contentpaneopen ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap .contentpaneopen li.active a {
	font-style	: italic;
}