a.mlink,a.mlink:link,a.mlink:visited,a.mlink:hover,a.mlink:active {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
a.actief:link,a.actief:visited,a.actief:hover,a.actief:active {
  color: #000;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px;
 left: -1px;
 width: 150px;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

.menulist li {
 padding: 0px 3px 0px 3px;
 float: left;
 display: block;
 /* background: #37271f; */
 position: relative;
 /* border: 2px solid #fff; */
 margin: 0px 0px 0px 0px;
 line-height : 22px;
}
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: 2px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
 display: block;
 padding: 0px 10px 6px 10px;
 text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  color: #000;
  background: #fff;
}
.menulist a.highlighted,{
  color: #000;
  background: #fff;
 }
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
 background: #58cecc;
}
.menulist a {
 float: none;
}
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
