.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;
}
.tussen{
 color: black;
 padding-top: 3px;
}
.menulist li {
 padding-right: 1px;
 padding-left: 1px;	
 float: left;
 display: block;
 /* background: #37271f; */
 position: relative;
 /* border: 2px solid #fff; */
 margin: 0px 3px 0px 0px;
 	line-height : 16px;
}
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: 2px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

a:link.nlink, a:visited.nlink, a:hover.nlink, a:active.nlink {color: #5c5c5c;}
a:link.nlink, a:visited.nlink, a:active.nlink {text-decoration: none; }

a:link.actief, a:visited.actief, a:hover.actief, a:active.actief {color: #f40024;}

.menulist a {
 display: block;
 padding: 3px;
 text-decoration: none;
 color: #5c5c5c;
 
}
/* kleur bij mouseover */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  /* background: #37271f;*/
  text-decoration: underline;	
  color: #f40024;
}
.menulist a.highlighted, .actief{
 	color: #f40024;
}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
.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%;
}

