/* remove all the bullets, borders and padding from the default list styling */
/* bepaal positie vak 0 */
.paars ul {padding:0; margin:0; height:40px; list-style-type:none; width:145px; }



.m1 
{ background-image:url(ill_link/link1_i.png); }
.m1 a {display:block} .m1 img {width:100%; height:100%}
.m1 a:hover img {visibility:hidden;}


.paars m1 
{ background-image:url(ill_link/link1_i.png); }
.m1 a {display:block} .m1 img {width:100%; height:100%}
.m1 a:hover img {visibility:hidden;}


/* positie vak 1 */
/* height bepaald hoogte van de witte lijn, background de kleur van de lijn */
.paars li { float:left; width:148px; height:24px; position:relative;  background:#ffffff;}

/* tekst van de links */
.paars a, .paars a:visited 
{display:block; font-size: 11px; color:#000000; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;}
  
  
 /* achtergrondkleur en tekst vak 1 maar niet vak 1 verv 2*/
.paars ul ul a, .paars ul ul a:visited {background:#c2a0c6; height:auto; line-height:1em; padding:5px 5px; }
 

/* style the second level hover */
/*.paars ul ul a.drop:hover{background:red;}*/

/* vak 0 bij muisb */
.rood :hover > a, .rood ul :hover > a {display: block; background:#FFFFFF; }


/* vak 0 en 1 bij muisb behalve verv vak 2*/
/* height moet hetzelfde zijn al lettercorps*/
.paars :hover > a, .paars ul ul :hover > a {color:#000; background:#dac6dd; height: 11px;}


/* achtergrondkleur vak 1 verv vak 2 bij muisbew*/
.paars ul ul :hover > a.drop {background:lime;}

/* achtergrondkleur vak 2 */
/*.paars ul ul ul a:visited {background:red;}/*
/* achtergrondkleur vak 2 bij muisbew*/
/*.paars ul ul ul a:hover {background:#e69e00;}*/
 
 
 /* vak 1 verticale afstand t.o.v. vak 0
/* hide the sub levels and give them a positon absolute so that they take up no room */
.paars ul ul {visibility: hidden; position:absolute; height:0; top:3.66em; left:2px; width:145px;}
 
/* positie vak niveau 3 */
.paars ul ul ul{left:150px; top:0px; width:145px;} 
/* positie vak niveau 3 bij uitklaappen naar links*/
.paars ul ul ul.left {left:-145px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.paars table {position:absolute; top:0; left:0; border-collapse:none;}

 /* make the second level visible when hover on first level list OR link */
.paars ul li:hover ul, .paars ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.paars ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.paars ul :hover ul :hover ul{ visibility:visible;}


/* vak 0 */
/* .paars a:hover, .paars ul ul a:hover{color:#000; background:turquoise;}*/


