/* Left menu*/
table.lm {width:181px; background:#2C85BA; border-collapse:collapse}
table.lm td {paddig:0; margin:0}
table.lm td ul {
list-style-type: none;
    margin: 0;
    padding: 13px 0 0;
}
table.lm td ul li {
list-style: none;
background: url("/bitrix/templates/child_inner/images/left_menu_dot.gif") no-repeat scroll left 5px transparent;
}
table.lm td ul li a {
color:#fff;
font-size: 12px;
line-height: 15px;
margin: 3px 0 0 14px;}

table.lm td ul li a:hover {
color:#2C85BA;
background:#fff;
text-decoration:none;
}

table.lm td ul li a.left_menu_light_item_act{
color:#2C85BA;
background:#fff;
text-decoration:none;
}