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

.sm1_menu_content
{
	margin-bottom: 15px;
}

.sm1_menu_content .l1_a
{
	display: block;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background: url("../tmpl/img/bullet_umain.png") no-repeat 2% 50%;
	padding-left: 25px;
	height: 18px;
	line-height: 18px;
	border: 0;
}

.sm2_menu_content .l1_a
{
	display: block;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background: url("../tmpl/img/bullet_lmain_l1.png") no-repeat 2% 50%;
	padding-left: 25px;
	height: 18px;
	line-height: 18px;
	border: 0;
}

.sm1_menu_content .l1_a:active,
.sm1_menu_content .l1_a:hover,
.sm2_menu_content .l1_a:active,
.sm2_menu_content .l1_a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #3A5EBB;
}

.sm1_menu_content .l2_a,
.sm2_menu_content .l2_a
{
	display: block;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background: url("../tmpl/img/bullet_lmain_l2.png") no-repeat 2% 50%;
	padding-left: 25px;
	margin-left: 15px;
	height: 18px;
	line-height: 18px;
	border: 0;
}

.sm1_menu_content .l2_a:active,
.sm1_menu_content .l2_a:hover,
.sm2_menu_content .l2_a:active,
.sm2_menu_content .l2_a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #3A5EBB;
}

.sm1_menu_content .l3_a,
.sm2_menu_content .l3_a
{
	display: block;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background: url("../tmpl/img/bullet_lmain_l3.png") no-repeat 2% 50%;
	padding-left: 20px;
	margin-left: 30px;
	height: 18px;
	line-height: 18px;
	border: 0;
}

.sm1_menu_content .l3_a:active,
.sm1_menu_content .l3_a:hover,
.sm2_menu_content .l3_a:active,
.sm2_menu_content .l3_a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #3A5EBB;
}

