dl{
  margin: 0;
}

dl.level0 dd{
  display: none;
  overflow: hidden;
  height: 0px;
  margin: 0;
}

dl.level0 dd.parent.open{
  height: auto;
  display: block;
}

dl.level0 dt.active{
  font-weight: bold;
  background:url('../../../templates/defanti_template/images/left_menu_bg_hover.gif') no-repeat;
}

dl.level0:hover dt:hover{
  background:url('../../../templates/defanti_template/images/left_menu_bg_hover.gif') no-repeat;
}


dl.level0 dt{
 /* border-bottom:1px dotted #000;*/
  padding: 3px 0 0 0;
  height:18px;
  color: #2f423d;
  font-size:12px;
  background:url('../../../templates/defanti_template/images/left_menu_bg.gif') no-repeat;
}

dl.level0 dt a{
  color: #2f423d;

}

dl.level0 dt a:HOVER{
  /*color: #D9671C;*/

}

dl.level0 dl{
  padding-left: 10px;
}

/* Level1 */
dl.level0 dt{
  padding-left: 35px;
}

dl.level0 dt.parent{
      background: url('https://www.defanti.pl/cache/mod_vm_accordion_theme/169/8e5ad4138ae510de2965b9cfb64588c0.png') no-repeat;
    background-position: left center;
  cursor: pointer;
}


dl dt.parent.open{
      background-image: url('https://www.defanti.pl/cache/mod_vm_accordion_theme/169/c10b6fec51f748854e7bc7d385387a8b.png');
  }

dl dt.active a{
  font-weight: bold;
}