/* CSS Document */

/* ------------------------ 
 * Style Sheet informatie	
 * ------------------------ 
 * 
 * Template		: SCHILDER
 * Auteur		: Frans Eldering - NEW FOUNTAIN
 * Versie		: 2
 * Datum		: 31-01-2006	
 * Gevalideerd	: <JA/NEE>
 * Type			: MENU VERTICAAL
 * Media		: SCHERM
 *
 */


/* ---------------------------------- 
 * VERTICAAL MENU - PAGINA'S
 * ---------------------------------- */

/* Knop van het menu */
/* ------------------------ 
 * MENU-EXTRA
 * ------------------------ */

/* Begin CSS Popout Menu */

#menu{
	width: 181px;
	margin-top:0px;
	font-family:Arial,tahoma, Helvetica, sans-serif;
	font-weight:bold;
	z-index:2; /* To allow room for bottom dropdown */
}

#menu a, #menu h2{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
  	height: 24px;
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}

#menu h2{
	text-transform:uppercase;
}

#menu a{
	color:#000000;
	height: 20px;
	width:170px;
	display: block;
        background-image: url("/templates/printing_people/img/button.gif");
	background-repeat: repeat-y;
	padding: 8px 0px 0px 12px;
	margin-left: 0px;
	margin-bottom:0px;
	display: block;
	text-decoration:none;
	border-top:1px solid #000000;
}

#menu ul li ul a:visited{
	
	}
/*verplaatst hele menu bij hover*/
#menu ul li ul a:hover{
	color: #000000;
	background-image: url("/templates/printing_people/img/button_hover.gif");
	background-repeat: repeat-y;
border-right:1px solid #000;

}

#menu ul li ul a:active{
	color:#000000;
	background-image: url("/templates/printing_people/img/button_hover.gif");
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;

}


#menu ul li ul a{
	color:#3a3a3a;
height:20px;
padding-top:5px;
background:none #fff;
font-weight:normal;
border-bottom:1px solid #eee;
border-right:1px solid #000000;
border-top:0
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
	position:relative;
}

div#menu li ul li ul{
	position:absolute;
	top:0;
	left:100.4%;
	display:none;
	margin-left:0px!important;
	margin-left:0px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
border-bottom:1px solid #000000;
}


div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}
#menu ul li ul a.x{
background:url(/templates/printing_people/img/buttonmore.gif) repeat-y bottom right;

}

#menu ul li ul a:hover.x{
background:url(/templates/printing_people/img/buttonmore_hover.gif) repeat-y bottom right;

}

#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}