/**
 * This file sets the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 5px 0 0 0;
	color: #006EA0;
}
.sitemap ul.level_0 li  {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px solid #E7E7E7;
	padding		: 5px 0 2px 16px;
	margin:0 16px 0 0;
}
.sitemap ul li {
	margin		: 0;
	padding		: 5px 0 0 10px;
	color: #006EA0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap ul.level_1 li  {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: none;
}
.sitemap ul.level_1 li  a:hover{
	color: #F47B28;
}
.sitemap ul {
	padding:0 0 0 0;
}
.sitemap a {
	color: #006EA0;
	text-decoration:none;
}
.sitemap a:hover {
	color: #006EA0;
	text-decoration:underline;
}
.sitemap a img {
	border		: none;
	color: #006EA0;
}
.sitemap ul.level_0 ul {
	color: #006EA0;
	list-style	: none;
	padding		: 5px 0 0 0;
}
.sitemap ul.level_1 li  a{
	color: #F47B28;
}
.sitemap ul.level_1 li {
	color: #F47B28;
	font-weight:normal;
	padding		: 5px 0 2px 2em;
	white-space	: nowrap;
}
.sitemap ul.level_2 li {
	color: #F47B28;
	font-weight:normal;
	padding		: 5px 0 2px 2em;
	white-space	: nowrap;
}
.sitemap li.active a {
	color: #F47B28;
	font-weight:normal;
	font-style	: italic;
}
.sitemap .menutitle {
	font-size:13px;
}