/* Final CSS Horizontal Menu! */ 
#menuh_hoofdnavigatieh ul { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
} 
#menuh_hoofdnavigatieh li { /* all list items */ 
    float: left; 
    position: relative; 
} 
#menuh_hoofdnavigatieh li ul {/* second-level lists */ 
    position: absolute; 
    display: block; 
    top: 29px; 
    left: 0; 
} 
#menuh_hoofdnavigatieh li>ul {/* to override top and left in browsers other than IE */ 
    top: auto; 
    left: auto; 
} 
#menuh_hoofdnavigatieh li ul li ul {/* third-level lists */ 
    position: absolute; 
    display: block; 
    top: 0; 
    left: 9em; 
} 
/* Fix IE. Hide from IE Mac */ 
* html #menuh_hoofdnavigatieh ul li { float: left; height: 1%; } 
* html #menuh_hoofdnavigatieh ul li a { height: 1%; } 
/* End */ 
#menuh_hoofdnavigatieh li:hover ul { display: block; } 
#menuh_hoofdnavigatieh li:hover>ul { visibility:visible; } 
#menuh_hoofdnavigatieh ul ul { visibility:hidden; }         
/* Make-up syles */ 
#menuh_hoofdnavigatieh ul, li { 
    margin: 0 0 0 0; 
} 
/* Styles for Menu Items */ 
#menuh_hoofdnavigatieh ul a { 
    display: block; 
    text-align: center; 
    text-decoration: none; 
    font-weight: bold; 
    color: #cc0000; 
    padding-top: 7px; 
    padding-bottom: 8px; 
} 
/* Hover Styles */ 
#menuh_hoofdnavigatieh ul a:hover { 
    color: #cc0000; 
    background-image: url(/images_up/starclassyachts.com/yacht_achter_menu_light.jpg); 
    background-repeat: repeat-x;
} 
/* Sub Menu Styles */ 
#menuh_hoofdnavigatieh li ul a { 
    text-decoration: none; 
    color: #cc0000; 
    background: #fff; /* IE6 Bug */ 
    background-image: url(/images_up/starclassyachts.com/yacht_achter_menu.jpg); 
    background-repeat: repeat-x; 
    padding-top: 7px; 
    padding-bottom: 8px; 
} 
/* Sub Menu Hover Styles */ 
#menuh_hoofdnavigatieh li ul a:hover { 
    color: #cc0000;     
    background-image: url(/images_up/starclassyachts.com/yacht_achter_menu_light.jpg); 
    background-repeat: repeat-x; 
} 