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;
}

dl.level0 dt{
  border-bottom:1px solid #E0E0E0;
  padding: 4px 0 4px 0;
  /*color: #1E7EC8;*/
}

dl.level0 dt a{
  /*color: #1E7EC8;*/
}

dl.level0 dt a:HOVER{
  /*color: #D9671C;*/
}

dl.level0 dl{
  margin-left: 10px;
}

/* Level1 */
dl.level0 dt{
  padding-left: 22px;
}

dl.level0 dt.parent{
      background: url('/cache/mod_vm_accordion_theme/131/1464588d65812d99467a4410f61f0093.png') no-repeat;
    background-position: left center;
  cursor: pointer;
}


dl dt.parent.open{
      background-image: url('/cache/mod_vm_accordion_theme/131/39ae32f1859189abe0e6f8a4c0fd1589.png');
  }

dl dt.active a{
  font-weight: bold;
}