/*-------------------------------------------------------------*/
/*------------------- DROPDOWN MENUS------------------*/
/*-------------------------------------------------------------*/

	#dropdown1 	{ position: absolute; left: 118px; top: 55px; visibility: hidden; width:110; z-index:20;}
	/* each layer left-position + 90px */
	#dropdown2 	{ position: absolute; left: 210px; top: 55px;width:140px; visibility: hidden;z-index:20;}
	#dropdown3 	{ position: absolute; left: 300px; top: 55px;width:110px; visibility: hidden;z-index:20;}
	#dropdown4 	{ position: absolute; left: 395px; top: 55px;width:110px; visibility: hidden;z-index:20;}
	#dropdown5 	{ position: absolute; left: 480px; top: 55px; width:110px;visibility: hidden;z-index:20;}
	#dropdown6 	{ position: absolute; left: 495px; top: 55px; width:110px;visibility: hidden;z-index:20;}
	
	/*  left +110px  top +18px */
	#dropdown1sub1 		{ position: absolute; left: 220px; top: 55px; visibility: hidden; width:110; z-index:20;}
	/*  left +110  top +18px */
	#dropdown2sub1 		{ position: absolute; left: 330px; top: 55px; visibility: hidden; width:110; z-index:20;}
	#dropdown2sub3 		{ position: absolute; left: 295px; top: 91px; visibility: hidden; width:110; z-index:20;}
	#dropdown2sub4 		{ position: absolute; left: 295px; top: 109px; visibility: hidden; width:110; z-index:20;}
	#dropdown1sub2		{ position: absolute; left: 248px; top: 55px; visibility: hidden; width:110; z-index:20;}

	/* divlaag voor organogram: */	
	#teksten {position:absolute;left:530;top:125;background-color:white;color:black;border: 1 1 1 1 solid black;visibility:hidden;width:200;}
	
	
	/* style voor arrow uitklapmenutje */
	.arrow_on  {
	background-image:url(/images/pensioenfonds/arrow_on.gif);
	background-repeat:no-repeat;
	background-color:#CDE1EB;	
	color:#006699;
	padding-left:7;
	padding-bottom:2;
	padding-top:2;
	border-top-width:1px;
	border-top-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:black;
	}	
	.arrow_off {
	background-image:url(/images/pensioenfonds/arrow_off.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;	
	padding-left:7;
	padding-bottom:2;
	padding-top:2;
	border-top-width:1px;
	border-top-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:black;
	}
	