/**
* CSS for mod_sitemap.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

.sitemap li
{
	list-style: none;
	white-space: nowrap;
}

.sitemap li a
{
	color: #000;
}


.sitemap li.active a
{
	background: url("../tmpl/img/sitemap_l1.gif") no-repeat left center;
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 17px;
	text-decoration: none;
}
.sitemap li.active a:hover
{
	text-decoration: underline;
}

.sitemap li.active li.active {
	line-height: 150% !important;
	line-height: 100% !important;
}
.sitemap li.active li.active a
{
	display: block;
	font-weight: normal;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
	background: url("../tmpl/img/sitemap_l2.gif") no-repeat left center;
}
.sitemap li.active li.active a:hover
{
	text-decoration: underline;
}

.sitemap li.active li.active li.active a
{
	display: block;
	font-weight: normal;
	padding: 2px 5px 2px 17px;
	text-decoration: none;
	background: url("../tmpl/img/sitemap_l3.gif") no-repeat left center;
}
.sitemap li.active li.active li.active a:hover
{
	text-decoration: underline;
}

.sitemap li.active li.active li.active li.active a
{
	display: block;
	font-weight: normal;
	padding: 2px 5px 2px 47px;
	text-decoration: none;
}
.sitemap li.active li.active li.active li.active :hover
{
	text-decoration: underline;
}
