/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

.menu-vertical {
  list-style-type: none;
  width: 206px;
  margin: 15px 0px;
  padding-left: 0px;
}

.menu-vertical a {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.menu-vertical li {
  background-image: url('../images/button_header_hg.jpg');
  text-align: left;
  padding-left: 0px;
  height: 33px;
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 33px;
}

.menu-vertical li:hover {
  background-image: url('../images/button_header_hover.jpg');
}

.menu-vertical .active {
  background-image: url('../images/button_header_hover.jpg');
}

.menu-sub {
  width: 200px;
  overflow: hidden;
  list-style-type: none;
  margin: 10px 0;
  padding: 0pt;
}

.menu-sub li {
  margin: 0pt 0pt;
}

.menu-sub a {
  display: block;
  font-size: 13px;
  padding: 2px 0px 5px 12px;
  text-decoration: none;
  text-align: left;
  color: rgb(0,68,146);
}

.menu-sub a:hover {
  background-color: rgb(197, 228, 255);
  text-decoration: none;
}

.menu-sub .active-category {
  font-weight: bold;
}

