/* DROPDOWN-MENU HORZONTAAL */

#navContainer { width: 761px; clear:both; height: 37px; font-size: 110%; font-weight: bold; }
/* REMOVE LIST FORMATTINGS */
 ul.menu, li.menu { list-style-type: none; margin: 0px; padding: 0px; }
/* HEADER-MENU */	 
#header_menu { position: absolute; margin-left: 10px; }
#header_menu li { line-height: normal; }
ul#header_menu { z-index: 10; clear: both; }
#nav { height: 37px; border-top: 0; padding:5px; width: 763px; }
#nav ul { font-family: FuturaStd-CondensedLight; list-style-type: none; margin: 0; padding: 0; font-size: 131%; /* (DISAPPEARING LIST-BACKGROUND) */
		position: relative; }
/* MOUSE-OVER HxB 1nd */
#nav ul li { float: left; color: #77AD1A; text-align: center; font-weight: normal; width: inherit;/* ZIE 2de MENU UITKLAP-EFFECTE - UITKLAP-EFFECTEN */ 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: #FFF; background-image: url(../tr-images/transp-green-44.png); text-decoration: underline; background-repeat: repeat; background-position: top center;font-weight: normal; height:21px }
#nav li a:active, #nav ul li a.active { color: #FFF; background-image: url(../tr-images/transp-green-44.png); text-decoration: underline; background-repeat: repeat; background-position: top center; font-weight: bold; }
/* ACTIEVE-PAGINA */

#nav li.menu-current a { color: #77AD1A; height:21px }
/* 2nd MENU UITKLAP-EFFECTEN */
#nav .menu li ul { position: absolute; display: none; text-transform: none; font-size: 100%; border: 1px solid #FFF; float: left; height: auto; width: 181px;/* MENU BREEDTE UITKLAP-EFFECTEN */ background-image: url(../tr-images/transp-green-44.png); background-repeat: repeat; background-position: center center; }
/* 2nd TEKST */
#nav .menu li ul li { text-align: left; font-weight: normal; }
/* 2nd TEKSTKLEUR */
#nav .menu li ul a { color: #FFF; }
/* 2nd MOUSEOVER-EFFECTEN */
#nav .menu li ul a:hover { color:#000; height: 21px; }
/* 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; }
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul { display: block; }
/* 3rd MENU EFFECTEN */

#nav .menu li ul li ul li a { color: #FFF; }
/* POSITIE DE POP-OUT DROPS */

#nav li { position: relative; }
#nav ul ul ul { position: relative; top: 0px; left: 100%; }

/* end menu */

