.blauw {color: #27288b;}
.oranje {color: #F28801;}

.menu {
position:relative;
z-index:1000;
font-size:90%;
height: 100%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
}

/* hack for IE5.5 */
* html .menu ul {
margin-left:-16px;
margin-left:0;
}

/* get rid of the table */
.menu table {
position:absolute;
top:0;
left:0;
z-index:100;
font-size:1em;
}

/* style the links */
.menu a,
.menu a:visited {
display:block;
text-decoration:none;
height:25px;
font-size: 13px;
line-height:27px;
width:160px;
color:#F28801;
text-indent:5px;
}

/* hack for IE5.5 */
* html .menu a,* html 
.menu a:visited {
width:160px;
width:159px;
}

/* style the link hover */
.menu a:hover,
.menu a.active,
.menu ul li:hover a {
color:#fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li ul {
visibility:hidden;
position:absolute;
top:-15px;
left:145px;
z-index: 1;
width: 145px;
height: 100%;
padding: 15px;
padding-left: 25px;

background-color: #F28801;
filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
background-repeat: no-repeat;
}

/*NAV PIJLTJES/IDS--------- */
.menu ul li#id3 ul{
background-image:url('/gfx/nav/3.gif');
}
.menu ul li#id11 ul{
background-image:url('/gfx/nav/11.gif');
}

.menu ul li#id15 ul{
background-image:url('/gfx/nav/15.gif');
}

.menu ul li#id18 ul{
background-image:url('/gfx/nav/18.gif');
}

.menu ul li#id23 ul{
background-image:url('/gfx/nav/23.gif');
}


.menu ul ul a {
color: #fff;
}

.menu ul ul a:hover,
.menu ul li ul li.active a {
color:#27288b;
font-weight: bold;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul {
visibility:visible;
}
