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

.sitemap li
{
	list-style: none;
}

#article .sitemap li a
{
	color: #173471;
	background: none;
	border-bottom: none;
}

#article .sitemap li.active a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}
#article .sitemap li.active a:hover
{
	color: #173471;
	text-decoration: underline;
}

/* 2nd level */
#article .sitemap li.active li.active a
{
	display: block;
	font-weight: normal;
	text-decoration: none;
	background: url( "../tmpl/img/ml-level1.jpg" ) no-repeat 10px center;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
}
#article .sitemap li.active li.active a:hover
{
	color: #173471;
	text-decoration: underline;
}

/* 3rd level */
#article .sitemap li.active li.active li.active a
{
	display: block;
	font-weight: normal;
	text-decoration: none;
	background: url( "../tmpl/img/ml-level2.jpg" ) no-repeat 12px center;
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
}
#article .sitemap li.active li.active li.active a:hover
{
	color: #173471;
	text-decoration: underline;
}

/* 4th level */
#article .sitemap li.active li.active li.active li.active a
{
	display: block;
	font-weight: normal;
	text-decoration: none;
	background: none;
	height: 25px;
	line-height: 25px;
	padding-left: 47px;
}
#article .sitemap li.active li.active li.active li.active :hover
{
	color: #173471;
	text-decoration: underline;
}
