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

.sitemap1 ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
       color            : #F78A08;
font-weight:bold;


}
.sitemap1 ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
       
}
.sitemap1 a img {
	border		: none;
}
.sitemap1 ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
font-weight:normal;
}
.sitemap1 ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap1 li.active a {
	font-style	: italic;
}
