/* CSS Document */

#menu-block {
width:857px;
height:33px;
margin:0 auto;
background-image:url(images/menu.jpg);
background-repeat:repeat-x;
}

.menulist, .menulist  ul {
margin: 0 0 0 1px;
padding: 0;
list-style: none;
}

.menulist ul {
display: none;
position: absolute;
top: 25px;
left: 20px;
width: 146px;
border-top:none;
z-index: 99;
background-color:#fff;
}

.menulist a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
text-decoration:none;
margin-top:13px;
margin-left:20px;
padding-left:10px;
background-image:url(images/menu-bullet.png);
background-repeat:no-repeat;
background-position:left;
}

.menulist li a {
padding-left:13px;
}

.menulist li.large ul {
width: 190px;
}

.menulist li {
float: left;
display: block;
position: relative;
margin-right: -1px;
}

.menulist ul li {
float: none;
margin: 0px;
padding:0px;
}

.menulist ul li.subTop {
margin: 0px;
padding: 0px;
height: 10px;
top:2px;
background-color:#fff;
text-align: left;
}

.subTop {
width:146px;
height:13px;
}

.subBott {
width:146px;
height:13px;
}

.menulist ul li.subBott, .menulist ul li.subBott img{
margin: 0px;
padding: 0px;
height: 10px;
background-color:#fff;
text-align: left;
}

.menulist a {
  display: block;
  padding: 0px;
  text-align: left;
}

ul ul {
background-color:#fff;
}

.menulist ul a, .menulist ul a:visited {
display: block;
margin-left: 3px;
margin-top:5px;
height:15px;
font-family:Arial, Helvetica, sans-serif;
width: 200px;
color: #666666;
font-size: 10px;
font-weight: normal;
text-decoration: none;
background-image:none;
}

.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
color: #333333;
letter-spacing: 0;
font-weight: bold;
background-image:none;
text-decoration: none;
}

.menulist li.large ul a:hover, .menulist li.large ul a.highlighted:hover, .menulist li.large ul a:focus {
background: url('../nl/images/menu/mouseover_large.png') no-repeat left center;
}

.menulist ul a.highlighted {
color: #32738F;
text-decoration: none;
}

.menulist a .subind {
display: none;
}

.menulist ul a .subind {
display: block;
float: right;
}

.menulist ul 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%;
}

.menulist li:hover>ul {
display: block;
}
