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

.sm_menu_content
{
	margin-left: 25px;
}

.sm_menu_content a
{
	color: #00297B;
}

.sm_menu_content .l1
{
	background: url("../tmpl/img/site_menu_l3.gif") no-repeat center left;
	height: 20px;
	line-height: 20px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-left: 8px;
	text-decoration: none;
}

.sm_menu_content .l1:active,
.sm_menu_content .l1:hover
{
	color: #0037A6;
	text-decoration: none;
}

.sm_menu_content .l2
{
	background: url("../tmpl/img/site_menu_l3.gif") no-repeat center left;
	height: 20px;
	line-height: 20px;
	display: block;
	margin-left: 20px;
	padding-left: 8px;
	font-size: 12px;
	text-decoration: none;
}

.sm_menu_content .l2:active,
.sm_menu_content .l2:hover
{
	color: #0037A6;
	text-decoration: none;
}

.sm_menu_content .l3
{
	background: url("../tmpl/img/site_menu_l3.gif") no-repeat center left;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	margin-left: 40px;
	padding-left: 8px;
	text-decoration: none;
}
.sm_menu_content .l3:active,
.sm_menu_content .l3:hover
{
	color: #0037A6;
	text-decoration: none;
}

.sm_menu_content .l4
{
	background: url("../tmpl/img/site_menu_l3.gif") no-repeat center left;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	margin-left: 60px;
	padding-left: 8px;
	text-decoration: none;
}
.sm_menu_content .l4:active,
.sm_menu_content .l4:hover
{
	text-decoration: none;
}
