a.mlink,a.mlink:link,a.mlink:visited,a.mlink:hover,a.mlink:active {
  color: #444;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
a.actief:link,a.actief:visited,a.actief:hover,a.actief:active {
  color: #ff6600;
  background-image:url(/pict/menu-on.gif);
  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.8em; margin-top: 13px;
 left: -1px;
 width: 150px;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

.menulist li {
  width: 95px;	
 padding: 0px 0px 0px 0px;
 float: left;
 display: block;
 background-image:url(/pict/menu-off.gif);
 position: relative;
 /* border: 2px solid #fff; */
 margin: 0px 0px 0px 0px;
 line-height : 31px;
}
.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: 3px 0px 0px 10px;
 text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  color: #ff6600;
  text-decoration: underline;
}
/* mouseover bron submenu*/
.menulist a.highlighted,{
  color: #000;
  background-image:url(/pict/menu-off.gif);
 }
/* 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%;
}

