/*DropMenu Style*/

#subnav {
font-family: Helvetica, Arial, Verdana;
}

/*positie en style van het hele menu*/
#subnav ul {
padding:0;
margin:0;
line-height: 20px;
width: 200px;
overflow: hidden;
}

/*hoofdmenu style*/
/*algemene style voor de active hoofdmenu*/
#subnav ul li {
list-style:none;
padding: 0px;
margin: 0px;
width: 200px;
font-size: 13px;
background-image: url('/gfx/subnav.gif');
background-repeat: no-repeat;
text-indent: 30px;
}

/*algemene style voor alle  a items in hoofdmenu*/
#subnav ul li a {
color:#6f166f;
text-decoration: none;
display: block;
outline: none;
line-height: 22px;}

#subnav ul li a b,
#subnav ul li.here b {
display: none;
}

#subnav ul li.here {
color:#fff;
background-position: 0px -22px;
}

#subnav ul li.here a {
color:#fff;
outline: none;
}

#subnav ul li.here ul li,
#subnav ul li ul li { 
background-image: none;
}

#subnav ul li.here a {
color: #fff;
}

/*hover style voor alle  a items in hoofdmenu*/
#subnav ul li a:hover,
#subnav ul li.here {
color: #fff;
font-weight: bold;
font-size: 13px;
}

#subnav ul li.here {
line-height: 22px;
}

#subnav ul li:hover {
background-position: 0px -46px;
}

#subnav ul li.here:hover {
background-position: 0px -22px;
}

/*sub level style*/
/*sub level verbergen als parent niet geselecteerd is*/
#subnav ul li ul {
display: none;
background-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
}

/*sub level laten zien als oparent geselecteerd is*/
#subnav ul li.here ul {
display: block;
}

#subnav ul li.here ul li {
float: left;
font-size: 12px;
}

/*algemene style voor alle a items in submenu*/
#subnav ul li.here ul li a,
#subnav ul li.here ul li.here {
color: #6f166f;
font-variant: normal;
font-weight: normal;
text-decoration: none;
line-height: 18px;
outline: none;
text-indent: 30px;
text-transform:lowercase;
}

#subnav ul li.here ul li a b,
#subnav ul li.here ul li.here b{
display: inline;
}

/*hover style voor alle a items in submenu*/
#subnav ul li.here ul li:hover a {
color: #333;
font-size: 12px;
}

#subnav ul li.here ul li.here {
font-weight: bold;
}

