/* CSS Document */

/* ------------------------ 
 * Style Sheet informatie	
 * ------------------------ 
 * 
 * Template		: SCHILDER
 * Auteur		: RON KOK - 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: 159px;
	margin-top:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:15px;
	z-index:2; /* To allow room for bottom dropdown */
}

#menu a, #menu h2{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:0px;
  	height: 32px;
  	voice-family: inherit;
  	height: 23px;
	text-decoration: none;
}

#menu h2{
	text-transform:uppercase;
}

#menu a{
	color:#ffffff;
	height: 23px;
	width:159px;
	display: block;
	background-image: url("/templates/chocolate/img/button.gif");
	background-repeat: no-repeat;
	padding: 11px 0px 0px 12px;
	margin-left: 0px;
	margin-bottom:0px;
	display: block;
	text-decoration:none;
}

#menu a:visited{
	background-image: url("/templates/chocolate/img/button.gif");
	}
/*verplaatst hele menu bij hover*/
#menu a:hover{
	color: #ca6022;
	background-image: url("/templates/chocolate/img/button_hover.gif");
	background-repeat: no-repeat;
	padding: 11px 0px 0px 12px;
	height:23px;
	width:159px;
}

#menu a:active{
	color:#ca6022;
	background-image: url("/templates/chocolate/img/button_hover.gif");
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
}

/* 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{
	position:absolute;
	top:0;
	left:100.1%;
	display:none;
	margin-left:0px!important;
	margin-left:-12px;
}

div#menu ul ul,
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 a.x:visited{
url(/css/images/expand3.gif) no-repeat bottom right;
}
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}