/* DROPDOWN-MENU HORZONTAAL */

#navContainer { width: 989px; clear:both; height: 37px; font-size: 100%; }
/* REMOVE LIST FORMATTINGS */
 ul.menu, li.menu { list-style-type: none; margin: 0px; padding: 0px; }
#nav { height: 37px; border-top: 0; padding:0px; width: 989px; }
#nav ul { list-style-type: none; margin: 0; padding: 0; font-size: 100%; /* (DISAPPEARING LIST-BACKGROUND) */
	position: relative; }
/* MOUSE-OVER HxB 1nd */
#nav ul li { float: left; color: #FFF; text-align: center; font-weight: normal; width: 161px; height: 31px; }
#nav ul li a { display: block; padding: 5px 10px; color: #FFF; text-decoration: none; padding-bottom: 5px; }
/* HOOFDMENU MOUSE OVER EFFECT */

#nav ul li a:hover, #nav li a:focus { color: #5d4e44; background-image: url(/templates/jong-H1-4/images/bg-menu_05.png); text-decoration: underline; background-repeat: no-repeat; background-position: left center; font-weight: bold; }
#nav li a:active, #nav ul li a.active { color: #FFF; background-image: url(/templates/jong-H1-4/images/bg-menu_04.png); text-decoration: underline; background-repeat: no-repeat; background-position: left center; }
/* ACTIEVE-PAGINA */

#nav li.menu-current a { color: #5d4e44; background-image: url(/templates/jong-H1-4/images/bg-menu_05.png); background-repeat: no-repeat; background-position: left center; font-weight: bold; width: 141px; }
/* 2nd MENU UITKLAP-EFFECTEN */
#nav .menu li ul { position: absolute; display: none; text-transform: none; font-size: 100%; border: thin solid #5d4e44; float: left; height: auto; width: auto; background-image: url(/templates/jong-H1-4/images/bg-menu_03.png); background-repeat: repeat-y; background-position: center; }
/* 2nd TEKST */
#nav .menu li ul li { text-align: left; font-weight: bold; }
/* 2nd TEKSTKLEUR */
#nav .menu li ul a { color: #5d4e44; }
/* 2nd MOUSEOVER-EFFECTEN */
#nav .menu li ul a:hover { color:#FFF; height: 21px; background-image: url(/templates/jong-H1-4/images/bg-menu_04.png); background-position: center center; }
/* SHOW-VERBERGEN */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul { display: block; }
#nav .menu li ul ul { display: none; }
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul { display: none; }
/* 1rd SHOW-VERBERGEN */
#nav .menu li:hover ul, #nav .menu li.subMenu ul { display: block; }
/* 3rd SHOW-VERBERGEN */
#nav .menu li li:hover ul, #nav .menu li li.subMenu ul { display: none; }
/* 3rd MENU EFFECTEN */

#nav .menu li ul li ul li a { color: #5d4e44; }
/* POSITIE DE POP-OUT DROPS */

#nav li { position: relative; }
#nav ul ul ul { position: relative; top: 0px; left: 100%; }

/* end menu */

