/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */
.sitemap a{
color:#274087;}
.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding-bottom	: 10px;
	padding-top     : 10px;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
        font-size       :12px;
	padding-bottom	: 5px;
        font-weight     :bold;
        clear:both;
color:#274087;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}

.sitemap ul.level_1 li a{
        font-weight     :normal;
        background-image:url(../images/sitemap-arrow.gif);
        background-position:0 11px;
        background-repeat:no-repeat;
        float:left;
        text-decoration:none;
        padding-left:30px;
        padding-top:5px;
        padding-bottom:5px;
color:#274087;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 0;
	white-space	: nowrap;
	padding-bottom	: 5px;

}
.sitemap ul.level_1 li a:hover{
        text-decoration:underline;
color:#274087;
}
.sitemap ul.level_1 li a:visited{
        text-decoration:none;
}
.sitemap li.active a {
color:#274087;
	font-style	: italic;
}
