body {   behavior:url("css/csshover.htc"); }
ul  {}

li.hoofdmenu {position: relative; margin: 0; padding: 0;}
li.submenu {position: relative; margin: 0; padding: 0;}
ul.submenu {position: absolute; margin: 0; padding: 2px 5px; left: 90px; top: 4px; width: auto}

li.hoofdmenu:hover
        {
        background-color: #dfe6e8;
        z-index: 1;
            cursor: pointer;
        }
        
li.submenu:hover
        {
        background-color: #dfe6e8;
        z-index: 1;
        cursor: pointer;
        }
 
ul.hoofdmenu ul.submenu
        {
        position: absolute;
        display: none;
        left: 90px;
        top: 4px;
        }
 

li.hoofdmenu:hover ul
        {
        display: block;}

li.hoofdmenu:hover ul.submenu li, li.hoofdmenu:hover ul.submenu, li.hoofdmenu:hover li.submenu:hover ul
        {
        display: block;
        }
        
.hoofdmenu { 
        list-style: none;
        width: 90px;
        margin: 0;
        padding: 0;
		list-style: none; 
        width: 120px;
        border-right-style: 
        none; border-right-width: 0; border-bottom-style: 
        none; border-bottom-width: 0; border-left-style: 
        none; border-left-width: 0;
        color: #8c817a; font-size: 11px; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		line-height: 16px; margin: 0; padding: 0; }
.submenu { 
        list-style: none;
        width: auto;
        margin: 0;
        padding: 0;
		color: #8c817a; background-color: #eff2f3;
		list-style: none; width: auto; 		
        color: #8c817a; font-size: 11px; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		line-height: 14px; margin: 0; padding: 1; }
a.hoofdmenulink { color: #8c817a; text-decoration: none; }
a.hoofdmenulink:hover { color: #00748a; text-decoration: none; }
a.submenulink { color: #00748a; text-decoration: none; }
a.submenulink:hover { color: #00748a; text-decoration: none; }
.submenuselect { padding-bottom: 0; padding-left: 10px; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px; margin-top: 0; margin-bottom: 0; padding-top: 0; }
a.submenuselectlink { color: #00748a; text-decoration: none; }
a.submenuselectlink:hover { color: #00748a; background-color: white; text-decoration: none; }
.hoofdmenuselect { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px; margin: 0; padding: 0; position: relative; }

