@charset "utf-8";
/* CSS Document */

#menu {
	display:block;
	width:703px;
	height:50px;
	background:url(../images/bg_hoofdmenu.gif) top left no-repeat;
	padding-left:247px;
}

#menu a, #menu h2{
font:bold 0.9em arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin-top:2px;
}


#menu ul a {
text-decoration:none;
text-align:center;
border-right:1px solid #ccc;
padding:25px 16px 9px 16px;
}
#menu ul a#first {
width:1px; 
padding:20px 0px 15px 0px;
}

#menu ul a, #menu ul a:visited { color:#333; }
#menu ul a:hover, #menu ul a:active, #menu a#here { color:#cc3300;  }

#menu ul ul a {
font-weight:normal;
background-color:#d6dde2;
text-decoration:none;
text-align:left;
width:13em;
border-right:0px;
border-bottom:1px solid #fff;
margin-top:0px;
}

#menu ul ul a, #menu ul ul a:visited{
color:#666;
padding:8px 10px;
}

#menu ul ul a:hover, #menu ul ul a:active, #menu ul ul a#here {
color:#fff;
background-color:#cc3300;
}

/*#menu ul ul ul a, #menu ul ul ul a:visited{
color:#fff;
padding:5px 10px 5px 10px;
border-left:0px;
}

#menu ul ul ul a:hover, #menu ul ul ul a:active, #menu ul ul ul a#here {
color:#fff;
background-image:none;
background-color:#ec8a64;
border-left:0px;
}*/



#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu li{
position:relative;
background-image:none;
padding-bottom:0px;
padding-left:0px;
}

#menu ul ul{
padding:0px 0px 0px 0px;
position:absolute;
z-index:500;
top:auto;
left:0px;
display:none;
/*width:13em;
/*background:#7fbece;*/
text-align:left;
border-bottom:2px solid #999;
}

#menu ul ul ul{
top:0px;
left:100%;
border-left:1px solid #fff;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#000 url(../images/expand.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited, #menu a.x:active {
color:#333;
}
#menu ul ul a.x, #menu ul ul a.x:visited, #menu ul ul  a.x:active {
background:#d6dde2 url(../images/expand.gif) 95% center no-repeat;
color:#666;
}
#menu a.x:hover{
color:#cc3300;
}
#menu ul ul a.x:hover, #menu ul ul a.x#here {
background:#cc3300 url(../images/expand_wit.gif) 95% center no-repeat;
color:#fff;
}

