#menu { 
width:746px;
height: 23px;
float:left;
z-index: 10000;
padding-left: 44px;
	margin: 0px 0px 0px 0px; 
	background: url(../images/bgmenu1.gif) no-repeat left top;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
}

#menu a{
	display:block;
	white-space:nowrap;
	padding:4px 6px 6px 6px;
	font: 11px verdana, arial, sans-serif;
	font-weight: bold;
	color:#fff;
	background: url(../images/bgmenu1.gif);
	text-decoration:none;
	border-right: 1px solid #7E4F15;
	border-left: 1px solid #7E4F15;
}

#menu a:visited{
color:#fff;
}

#menu a:hover{
color:#fff;
background: url(../images/bgmenu.gif);
}

#menu a:active{
color:#060;
background:#ccc;
}

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

}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
left:0;
text-align: left;
}



#menu ul ul a {
width: 10em;
padding: 6px;
	background:#F14A23;
	color:#fff;
	border-right: 1px solid #7E4F15;
	border-bottom: 1px solid #7E4F15;
	border-left: 1px solid #7E4F15;
}

#menu ul ul a:hover {
color: #000;
background: #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(/css/images/expand3.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{
font-weight:bold;
color:#000;
background:# url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/*onderstaande stijlen om de selected-state in het menu te regelen*/
ul.horizontal .menu a, ul.horizontal .menu a:visited {color:#fff;font-weight:bold;}
ul.horizontal .selected a, ul.horizontal .selected a:visited {}
.selected{color:#fff !important; background: url(../images/bgmenu.gif) !important;}
#werken .werken, #overmezelf .overmezelf, #workshops .workshops {color:#fff !important; background: url(../images/bgmenu.gif) !important;}
