/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

h2.menutitle {
        display: none;
}
.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 {
        margin-left : -20px;
}
.sitemap ul.level_0 li a {
        font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
        color: #6a8096;
	border-bottom: #c5d0d9 solid 4px;
        text-decoration: none;
        display:block;
        margin-top: 5px;
}
.sitemap ul.level_0 a:hover {
        color:#93b800;
        border-bottom: #93b800 solid 4px;
}
.sitemap ul.level_0 ul {
	padding		: 0;
}
.sitemap ul.level_1 li a {
        font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
        color: #000;
        text-decoration: none;
        border: none;
        background-color: #c5d0d9;
        padding-left:3px;
}
.sitemap ul.level_1 a:hover {
        color: #FFF;
        border: none;
        background-color: #93b800;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap ul.level_2 li a {
        font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
        text-transform: none;
        color: #000;
        text-decoration: none;
        border-bottom: dotted 1px #CCC;
        background-color:#FFF;
}
.sitemap ul.level_2 a:hover {
        color:#93b800;
        border-bottom: dotted 1px #CCC;
        background-color:#FFF;
}
