/* CSS Document */

/*menu 1: horizontaal menu*/
/*menu*/

#menu{
width:990px;
float:left;
margin:4px 0px 0px 0px;
z-index:600;
position:relative;
/*border:1px solid #e31818;*/
/*line-height:10px;*/
line-height:0.5em;
text-align:right;
}

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


#menu ul a {
text-decoration:none;
text-align:center;
border-right:1px solid #fff;
padding:10px;
}
#menu ul a#first {
width:1px; 
padding:0px;
}

#menu ul a, #menu ul a:visited { color:#000; }

#menu ul a:hover, #menu ul a:active, #menu a#here { color:#e31818; background-color:#CCCCCC; }

#menu ul ul a {
font-weight:normal;
background-color:#e31818;
text-decoration:none;
/*width:20em;*/
border-right:0px;
}

#menu ul ul a, #menu ul ul a:visited{
color:#fff;
padding:5px 10px 5px 10px;
}

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

#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:18em;
/*background:#7fbece;*/
text-align:left;
/*border-top:1px solid #000;*/
}

#menu ul ul ul{
top:0px;
left:100%;
padding:0px;
}

/* 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:#000;
}
#menu ul ul a.x, #menu ul ul a.x:visited, #menu ul ul  a.x:active {
color:#fff;
}
#menu a.x:hover{
color:#e31818;
}
#menu ul ul a.x:hover{
color:#fff;
}



/*menu: verticaal menu*/
#menu1{
position:absolute;
text-align:right;
top: 94px;
left:0em;
width:208px; /*7.5em;*/
z-index:2;
/*padding-bottom:12em; /* To allow room for bottom dropdown */
font:normal 1em arial, helvetica,sans-serif;
float:left;
}

#menu1 a, #menu1 h2{
display:block;
/*white-space:nowrap;*/
padding:0.6em 1.6em 0.6em 0em;
color:#6b206f;
text-decoration:none;
background-image:url(../images/menu_haakje.gif);
background-position:right;
background-repeat:no-repeat;
}


#menu1 a:hover, #menu1 a:active, #menu1 a#here {
color:#e20022;
background-image:url(../images/menu_haakje_actief.gif);
}

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

#menu1 li{
padding:0;
background-image: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#menu1 li, div#menu1 li:hover{
position:relative;
}

div#menu1 li ul{
position:absolute;
top:0;
left:100%;
display:none;
}

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

div#menu1 ul li:hover ul,
div#menu1 ul ul li:hover ul,
div#menu1 ul ul ul li:hover ul
{
	display:block;
	width:148px;
	text-align:right;
	margin:0em;
	padding:0em;
}

#menu1 ul ul a, #menu1 ul ul a:visited {
color:#e20022;
margin:0;
padding:0.6em 1.6em 0.6em 1em;
background-color:#fdfcfe;
}

#menu1 ul ul a:hover, #menu1 ul ul a:active, #menu1 ul ul a#here {
color:#e20022;
background-color:#fdfcfe;
}

#menu1 ul ul ul a, #menu1 ul ul ul a:visited {
border-left:0px;
}

#menu1 ul ul ul a:hover, #menu1 ul ul ul a:active, #menu1 ul ul ul a#here {
border-left:0px;
}


/* End non-anchor hover selectors */

/* Styling for Expand */

#menu1 a.x, #menu1 a.x:visited, #menu1 a.x:active {
display:block;
color:#6b206f;
text-decoration:none;
margin:0;
border:0;
}

#menu1 a.x:hover {
color:#e20022;
}

#menu1 ul ul a.x, #menu1 ul ul a.x:visited, #menu1 ul ul a.x:active {
display:block;
color:#e20022;
text-decoration:none;
margin:0;
border:0;
border-left:5px solid #fff;
}
#menu1 ul ul a.x:hover {
color:#e20022;
border-left:5px solid #e31818;
}



