/* Navi menue */


ol, ul {
  list-style: none;
}

.numbered {
    list-style: decimal;    
}

.navigation-column {
  /*width: 290px;*/
  height: 100%;
  /*background-color: #ededed;*/
}

.menu--cats a {
  text-decoration: none;
  color: #999999;
}
.menu--cats a:hover {
  color: #555555;
}
.menu--cats > li {
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.menu--cats > li a {
  display: block;
  font-family: 'ProximaNova_semibold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
}
.menu--cats > li a:hover,
.menu--cats > li a:focus {
  background-color: #ededed;
}
.menu--cats > li.haschildren > a {
  color: #333333;
}
.menu--cats > li.sel > a {
  color: #333333;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: normal;
}
.menu--cats > li.sel::after {
  content: " ";
  display: block;
  content: '';
  background: url(twocol-currentli.png) no-repeat 0;
  width: 14px;
  height: 25px;
  position: absolute;
  right: -19px;
  top: 6px;
  z-index: 1;
}
.menu--cats .subNavList1 {
  padding: 10px 0 0 10px;
}
.menu--cats .subNavList1 > li {
  position: relative;
  margin: 0 0 6px;
}
.menu--cats .subNavList1 > li > a {
  font-size: 14px;
  display: block;
  line-height: 16px;
  padding: 5px 0 5px 13px;
  position: relative;
}
.menu--cats .subNavList1 > li > a::before {
  content: "";
  display: inline-block;
  background: url(men-cats-arrow.png) no-repeat 0 -10px;
  width: 3px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
}
.menu--cats .subNavList1 > li.sel > a {
  color: #333333;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: normal;
}
.menu--cats .subNavList1 > li.sel > a::before {
  content: "";
  background-position: 0 0;
}
.menu--cats .subNavList1 > li.sel::after {
  content: " ";
  display: block;
  content: '';
  background: url(twocol-currentli.png) no-repeat 0;
  width: 14px;
  height: 25px;
  position: absolute;
  right: -19px;
  top: -4px;
  z-index: 1;
}

.menu--cats selected {
    font-weight: bold;
    color: black;
}

