/**
 * 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-type:disc;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap ul li a:link
{
color:#003366;
text-decoration:none;
}
.sitemap ul li a:visited
{
color:#003366;
text-decoration:none;
}
.sitemap ul li a:hover
{
color:#990000;
text-decoration:underline;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	padding		: 0;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap li.active a {
	font-weight:bold;
}