.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;}


/* remove all the bullets, borders and padding from the default list styling */
/* bepaal positie vak 0 */
.oranje ul {padding:0; margin:0; list-style-type:none; width:145px; }

/* positie vak 1 */
/* height bepaald hoogte van de witte lijn, background de kleur van de lijn */
.oranje li { float:left; width:148px; height:24px; position:relative;  background:#ffffff;}

/* tekst van de links */
.oranje a, .oranje 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*/
.oranje ul ul a, .oranje ul ul a:visited {background:#e69e00; height:auto; line-height:1em; padding:5px 5px; }
 

/* style the second level hover */
/*.oranje 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*/
.oranje :hover > a, .oranje ul ul :hover > a {color:#000; background:#f0c566; height: 11px; }


/* achtergrondkleur vak 1 verv vak 2 bij muisbew*/
.oranje ul ul :hover > a.drop {background:lime;}

/* achtergrondkleur vak 2 */
/*.oranje ul ul ul a:visited {background:red;}/*
/* achtergrondkleur vak 2 bij muisbew*/
/*.oranje 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 */
.oranje ul ul {visibility: hidden; position:absolute; height:0; top:3.66em; left:2px; width:145px;}
 
/* positie vak niveau 3 */
.oranje ul ul ul{left:150px; top:0px; } 
/* positie vak niveau 3 bij uitklaappen naar links*/
.oranje ul ul ul.left {left:-145px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.oranje table {position:absolute; top:0; left:0; border-collapse:none;}

 /* make the second level visible when hover on first level list OR link */
.oranje ul li:hover ul, .oranje ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.oranje ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.oranje ul :hover ul :hover ul{ visibility:visible;}


/* vak 0 */
/* .oranje a:hover, .oranje ul ul a:hover{color:#000; background:turquoise;}*/


