/* DROPDOWN-MENU HORZONTAAL */

#navvContainer { width: 241px; clear:both; height: 37px; text-align: left; }
/* REMOVE LIST FORMATTINGS */
 ul.menu, li.menu { list-style-type: none; margin: 0px; padding: 0px; }
/* HEADER-MENU */	 
#vheader_menu { position: absolute; margin-left: 10px; }
#vheader_menu li { line-height: normal; }
#vheader_menu ul { z-index: 10; clear: both; top: 1px; left: 50%; }
#navv { height: 37px; border-top: 0; padding:5px; width: 231px; }
#navv ul { font-family: "FuturaStd-CondensedLight"; list-style-type: none; margin: 0; padding: 0; font-size: 171%; /* (DISAPPEARING LIST-BACKGROUND) */
	position: relative; }
/* MOUSE-OVER HxB 1nd */
#navv ul li { float: left; color: #77AD1A; text-align: left; font-weight: normal; width: 231px; height: 31px; }
#navv ul li a { display: block; padding: 5px 10px; color: #77AD1A; text-decoration: none; padding-bottom: 5px; }
/* HOOFDMENU MOUSE OVER EFFECT */

#navv ul li a:hover, #navv li a:focus { color: #FFF; background-image: url(images/bg-menu-transparant.png); background-repeat: repeat; background-position: center center; font-weight: normal; height:21px }
#navv li a:active, #navv ul li a.active { color: #77AD1A; background-image: url(images/bg-menu-transparant.png); text-decoration: underline; background-repeat: repeat; background-position: top center; }
/* ACTIEVE-PAGINA */

#navv li.menu-current a { color: #FFF; height:21px }
/* 2nd MENU UITKLAP-EFFECTEN */
#navv .menu li ul { position: absolute; display: none; text-transform: none; border: 1px solid #FFF; float: left; height: auto; width: auto; background-image: url(images/bg-menu-transparant.png); background-repeat: repeat; background-position: center center; }
/* 2nd TEKST */
#navv .menu li ul li { text-align: left; font-weight: normal; }
/* 2nd TEKSTKLEUR */
#navv .menu li ul a { color: #FFF; }
/* 2nd MOUSEOVER-EFFECTEN */
#navv .menu li ul a:hover { color:#90F; height: 21px; }
/* SHOW-VERBERGEN */
#navv .menu li:hover ul, #navv .menu li a:focus ul, #navv .menu li.subMenu ul { display: block; }
#navv .menu li ul ul { display: none; }
#navv .menu li:hover ul ul, #navv .menu li.subMenu ul ul { display: none; }
#navv .menu li:hover ul, #navv .menu li li:hover ul, #navv .menu li.subMenu ul, #navv .menu li li.subMenu ul { display: block; }
/* 3rd MENU EFFECTEN */

#navv .menu li ul li ul li a { color: #FFF; }
/* POSITIE DE POP-OUT DROPS */

#navv li { position: relative; }
#navv ul ul ul { position: absolute; top: 0px; left: 100%; }

/* end menu */

