.lm {
  background: #2C85BA;
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 17px;
}

.lm ul {
list-style-type: none;
    margin: 0;
    padding: 0;
}

.lm ul li {
  background: url("/bitrix/templates/child_inner/images/left_menu_dot.gif") no-repeat scroll left 5px transparent;
  margin: 0 0 3px 0;
}
.lm ul li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  margin: 3px 0 0 14px;
}

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

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