@charset "utf-8";
/* CSS Document */

#navigatie {width:998px; position:relative; z-index:100;border-right:1px solid #000; font-family:verdana, arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html #navigatie {width:998px; w\idth:997px;}
/* remove all the bullets, borders and padding from the default list styling */
#navigatie ul {padding:0;margin:0;list-style-type:none;}
#navigatie ul li ul {width:90px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigatie li {float:left;width:90px;position:relative;}
/* style the links for the top level */
#navigatie a, #navigatie a:visited {display:block;font-size:10px;text-decoration:none; color:#b70005; width:90px; height:26px; border:1px solid #000; border-width:0px 0px 0px 1px; background:#fff2ab; padding-left:10px; line-height:26px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #navigatie a, * html #navigatie a:visited {width:90px; w\idth:79px;}

/* style the second level background */
#navigatie ul li ul a.drop, #navigatie ul ul a.drop:visited {background:#fff2ab url(../images/pijltje.gif) no-repeat 130px center;}
/* style the second level hover */
#navigatie ul li ul a.drop:hover{background:#b7d186 url(../images/pijltjeover.gif) no-repeat 130px center;}
#navigatie ul li ul :hover > a.drop {background:#b7d186 url(../images/pijltjeover.gif) no-repeat 130px center;}
/* style the third level background */
#navigatie ul li ul li ul a, #navigatie ul ul ul a:visited {background:#fff2ab;}
/* style the third level hover */
#navigatie ul li ul li ul a:hover {background:#b70005; color:#fff2ab;}
/* style the fourth level background */
#navigatie ul li ul li ul li ul a, #navigatie ul ul ul ul a:visited {background:#fff2ab;}
/* style the fourth level hover */
#navigatie ul li ul li ul li ul a:hover {background:#b70005; color:#fff2ab;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#navigatie ul li ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:90px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html #navigatie ul li ul {top:25px;t\op:26px;}

/* position the third level flyout menu */
#navigatie ul li ul li ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#navigatie ul li ul li ul.left {left:149px;}

/* position the fourth level flyout menu */
#navigatie ul li ul li ul li ul{left:149px; top:-1px; width:149px;}

/* position the fourth level flyout menu for a left flyout */
#navigatie ul li ul li ul li ul.left {left:149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
#navigatie table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#navigatie ul li ul a, #navigatie ul li ul a:visited {background:#fff2ab; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #navigatie ul li ul a, * html #navigatie ul li ul a:visited {width:90px;w\idth:128px;}

/* style the top level hover */
#navigatie a:hover, #navigatie ul li ul a:hover{color:#000; background:#b7d186;}
#navigatie :hover > a, #navigatie ul li ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
#navigatie ul li:hover ul,
#navigatie ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#navigatie ul :hover ul li ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#navigatie ul :hover ul :hover ul{ visibility:visible;}
/* keep the fourth level hidden when you hover on first level list OR link */
#navigatie ul :hover ul li ul li ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
#navigatie ul :hover ul :hover ul li ul{visibility:hidden;}
/* make the fourth level visible when you hover over third level list OR link */
#navigatie ul :hover ul :hover ul :hover ul{ visibility:visible;}
