/* Left menu*/
div.left-menu
{
	width:170px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-bottom:6px;
	margin-left:5px;
	margin-right:5px;

 

}

div.left-menu a:link,
div.left-menu a:visited,
div.left-menu a:active,
div.left-menu a:hover
{
	color:#DE0000;
	text-decoration:underline;
 background-image : url(/bitrix/templates/web20/components/bitrix/menu/left/images/strelka.gif) ;
  background-repeat: no-repeat;
  background-position: 0 5px;
padding-left     : 10px;
}

div.left-menu a.selected:link,
div.left-menu a.selected:visited,
div.left-menu a.selected:active,
div.left-menu a.selected:hover
{
	color:#000000;
}

.bl
{
	margin-bottom:1px;
	
	width:100%;
}
.br 
{
	
}
.tl
{

}
.tr 
{
	
	padding:3px 5px;
}
.clear {font-size: 1px; height: 1px}


