/* CSS Document */
#menu{
position:relative;
top:0px;
left:0px;
z-index:2;
padding-bottom:6em; /* To allow room for bottom dropdown */
}

#menu a, #menu h2{
font:normal 11px verdana, arial,helvetica,sans-serif;
display:block;
/*border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;*/
/*white-space:nowrap;*/
margin:0;
}

#menu h2{
/*color:#0065bd;
font-weight:bold;
padding:22px 0px 5px 0px;
background:none;*/
font-size:100%;
font-weight:bold;
color:#fff;
margin:18px 0px 5px 0px;
background-color:#0065bd;
line-height:18px;
}

#menu a{
color:#000;
background:#e5eff8; /*#e6eaee;*/
text-decoration:none;
/*border-left:3px solid #0065bd;*/
padding:5px 12px 5px 8px;
}

#menu a:hover {
color:#ffffff;
background:#0065bd;
}

#menu a.here { background-color:#b2d0eb; }
#menu a:active{
color:#ffffff;
background:#0065bd;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu li{
list-style:none;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
border:1px solid #0065bd;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none; width:220px; }

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;  }

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#e5eff8 url(../images/expand.gif) no-repeat center right;
}

#menu a.x:hover {
background:#0065bd url(../images/expand_hover.gif) no-repeat center right;
color:#FFFFFF;
}

#menu a.x_here { background:#b2d0eb url(../images/expand_hover.gif) no-repeat center right; }

#menu a.x:active{
color:#ffffff;
background:#ff9933;
}


#menu a#verhuismakelaar { background:none; padding:0; margin:0; }
