
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
#cssmenu {
  width: 100%;
}
#cssmenu a {
  line-height: 1.3;
}

#cssmenu  ul > li > a {
  font-size: 13px;
  display: block;
  color: #ffffff;
}
#cssmenu  ul > li > a  {
  display: block;
  padding: 6px 10px;
  font-size: 13px;
   padding-left:25px;
   background: url(../images/whitearrow.png) 0% center no-repeat;
}
#cssmenu  ul > li > a:hover {
  text-decoration: none;
}
#cssmenu  ul > li.active {
  border-bottom: none;
}
#cssmenu  ul > li.has-sub > a  {
  background: url(../images/whitearrow.png) 0% center no-repeat;
  padding-left:25px;
  
}
#cssmenu  ul > li.has-sub.active > a  {
  background: url(../images/whitearrowdown.png) 0% center no-repeat;
}

#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul a {
  padding: 5px 10px 5px 27px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

#cssmenu ul ul a:hover {
  color: #c0cd2b;
}

/* Base Styles */
.menu-klantenservice-container,
.menu-klantenservice-container ul,
.menu-klantenservice-container li,
.menu-klantenservice-container a {
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
.menu-klantenservice-container {
  width: 100%;
}
.menu-klantenservice-container a {
  line-height: 1.3;
}

.menu-klantenservice-container  ul > li > a {
  font-size: 13px;
  display: block;
  color: #ffffff;
}
.menu-klantenservice-container  ul > li > a  {
  display: block;
  padding: 6px 10px;
  font-size: 13px;
   padding-left:25px;
   background: url(../images/whitearrow.png) 0% center no-repeat;
}
.menu-klantenservice-container  ul > li > a:hover {
  text-decoration: none;
}
.menu-klantenservice-container  ul > li.active {
  border-bottom: none;
}
.menu-klantenservice-container  ul > li.has-sub > a  {
  background: url(../images/whitearrow.png) 0% center no-repeat;
  padding-left:25px;
  
}
.menu-klantenservice-container  ul > li.has-sub.active > a  {
  background: url(../images/whitearrowdown.png) 0% center no-repeat;
}

.menu-klantenservice-container ul ul {
  display: none;
}
.menu-klantenservice-container ul ul a {
  padding: 5px 10px 5px 27px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.menu-klantenservice-container ul ul a:hover {
  color: #c0cd2b;
}
