/*DropMenu Style*/

#subnav {
font-family: Arial, Verdana;
}

/*positie en style van het hele menu*/
#subnav ul.subnav {
padding:0;
margin:0;
line-height: 20px;
width: 210px;
background-color: #bcbcbc;
overflow: hidden;
}

/*hoofdmenu style*/
/*algemene style voor de active hoofdmenu*/
#subnav ul.subnav li {
font-size: 14px;
color:#4c4c4c;
list-style:none;
padding: 0px;
margin: 0px;

padding-bottom: 0px;
width: 216px;
background-image: url('/gfx/Nederland/subknop.jpg');
background-repeat: no-repeat;
text-indent: 30px;
}

/*algemene style voor alle  a items in hoofdmenu*/
#subnav ul.subnav li a {
color:#4c4c4c;
text-decoration: none;
display: block;
outline: none;
}

#subnav ul.subnav li.here {
color:#000;
background-image: url('/gfx/Nederland/subknop.jpg');
background-position: 0px -26px;
background-color: #bcbcbc;
}

#subnav ul.subnav li.here a {
color:#000;
outline: none;
}

#subnav ul.subnav li.here ul li,
#subnav ul.subnav li ul li { 
background-image: none;
font-size: 12px;
color: #000;
text-indent: -10px;
*text-indent: 30px;
height: 15px;
}

#subnav ul.subnav li.here ul li.here {
color:#000;
font-variant: normal;
font-weight: bold;
font-size: 12px;
margin-top: -4px;
margin-bottom: 2px;
background-image: none;
}

/*hover style voor alle  a items in hoofdmenu*/
#subnav ul.subnav li a:hover{
color: #000;
}

#subnav ul.subnav li:hover {
color: #000;
background-image: url('/gfx/Nederland/subknop.jpg');
background-position: 0px -26px;
}

/*sub level style*/
/*sub level verbergen als parent niet geselecteerd is*/
#subnav ul.subnav li ul {
display: none;
background-color: #bcbcbc;
padding-top: 10px;
padding-bottom: 10px;
text-indent: 0px;
margin-left: 0px;
}

/*sub level laten zien als oparent geselecteerd is*/
#subnav ul.subnav li.here ul {
display: block;
}

/*algemene style voor alle a items in submenu*/
#subnav ul.subnav li.here ul li a {
color: #000;
font-variant: normal;
font-weight: normal;
text-decoration: none;
outline: none;
line-height: 14px;
}

/*hover style voor alle a items in submenu*/
#subnav ul.subnav li.here ul li.last.here a,
#subnav ul.subnav li.here ul li.here a  {
color:#000;
font-weight: bold;
}
