a.mlink,a.mlink:link,a.mlink:visited,a.mlink:hover,a.mlink:active {
  color: #494949;
  background:#70d0f3;
  border-left:2px solid #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  width: 94px;
}
a.actief:link,a.actief:visited,a.actief:hover,a.actief:active {
  color: #FFFFFF;
  background:#70d0f3;
  text-decoration: none;
  border-left:2px solid #FFF;
  font-weight: bold;
  font-size: 12px;
  width: 94px;
}
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.4em; margin-top: 19px;
 left: 4px;
 width: 98px;
 border: 1px solid #bcc1c3;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

.menulist li {
 padding: 0px 0px 0px 0px;
 float: left;
 display: block;
 cursor: crosshair;
 position: relative;
 margin: 0px 0px 0px 0px;
 line-height : 24px;
}
.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 0px 0px 15px;
 text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  color: #000;
  text-decoration: underline;
}
/* mouseover bron submenu*/
.menulist a.highlighted,{
  color: #000;
  text-decoration: underline;

 }
/* mouseover bron submenu*/

.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
 background: #efefef;
 line-height : 25px;
 
}
.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%;
}
