/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */
.componentheading{
padding-bottom: 10px;
}

.sitemap a:link, .sitemap a:active, .sitemap  a:visited { /**/
	color: #333;
	}
	
.sitemap a:hover{
	color:#F7941E;
	}
	
.level_1 a:link, .level_1 a:active, .level_1  a:visited { /**/
	color: #666;
	}
	
.level_1 a:hover{
	color:#F7941E;
	}
		
.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
	font-size	: 13px;

}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	/*list-style	: inside square;*/
	padding		: 0;
	font-size	: 12px;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap li.active a {
	font-style	: italic;
}

h3 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
h2 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding-top:5px;
	padding-bottom:5px;
}
