/* 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;
}

#menu a, #menu h2{
font:bold 1.2em "Trebuchet MS",arial,helvetica,sans-serif;
color:#00719d;
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 ul a {
font-weight:normal;
background-color:#e31818;
text-decoration:none;
text-align:left;
/*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:relative;
text-align:left;
top: 7.8em;
left:-1em;
width:230px; /*7.5em;*/
/*z-index:2;
/*padding-bottom:12em; /* To allow room for bottom dropdown */
/*float:left;
color:#00719d;
}

#menu1 a, #menu1 h2{
display:block;
font:normal 1.6em "Trebuchet MS",arial,helvetica,sans-serif;
color:#00719d;
/*white-space:nowrap;*/
/*padding:0.6em 0em;
text-decoration:none;
}

#menu1 a:hover, #menu1 a#here { color:#a0b800; }

/* 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:left;
	margin:0em;
	padding:0em;
	font-weight:normal;
	font-size:11px;
}*/

#menu1 {
	position:relative;
	text-align:left;
top: 7.8em;
left:-1em;
width:270px; /*7.5em;*/
	z-index:2;
	/*padding-bottom:12em; /* To allow room for bottom dropdown */
	float:left;
color:#00719d;
}

/*level 1: hoofdmenu*/
#menu1 a, #menu1 h2{
display:block;
font:normal 1.4em "Trebuchet MS",arial,helvetica,sans-serif;
color:#00719d;
/*white-space:nowrap;*/
padding:0.4em 0em;
text-decoration:none;
}

#menu1 a:hover, #menu1 a#here { color:#a0b800; }

/*#menu1 ul a {
	display:block;
	/*white-space:nowrap;*/
/*	padding:0.8em 0.5em;
	color:#4b4b4d;
	text-decoration:none;
/*	display:block;
	text-align:right;
	font-weight:bold;
	border-bottom:1px solid #b91f33;
	
	padding:4px 6px;
	color:#094fa3;
	text-decoration:none;*/
/*}
#menu1 ul a:hover, #menu1 ul a#here:visited, #menu1 ul a#here:active { color:#e06c07; }
#menu1 ul a:active{ 	color:#e06c07; }
*/
/*level 2*/

#menu1 ul ul a {
	font:normal 1.2em "Trebuchet MS",arial,helvetica,sans-serif;
	padding:0.4em 0em 0.4em 0em;
	font-weight:normal;
}

/*level 3*/
#menu1 ul ul ul a { padding:0.4em 0em 0.4em 1em; }





