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



.sitemap a:link{
color:#000;
text-decoration:underline;


}

.sitemap a:visited{
color:#000;
text-decoration:underline;

}

.sitemap a:hover{
color:#000;
text-decoration:none;


}

.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
       
       

       
}
.sitemap ul li {
	margin		: 0px;
	padding		: 0px;
	
	background	: transparent;
        color:#000;

}
.sitemap a img {
	border		: none;
        color:#000;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	padding		: 4px;
        color:#000;
width:600px;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 0px;
        
        color:#000;
}
.sitemap li.active a {
	font-style	: italic;
        color:#000;
}