/* CSS Document */

/* ------------------------ 
 * Style Sheet informatie	
 * ------------------------ 
 * 
 * Template		: JOPEN
 * Auteur		: WESSEL STRENGHOLT - NEW FOUNTAIN
 * Versie		: 1
 * Datum		: 25-07-2007	
 * Gevalideerd	: <JA/NEE>
 * Type			: MENU VERTICAAL
 * Media		: SCHERM
 *
 */


/* ---------------------------------- 
 * VERTICAAL MENU - PAGINA'S
 * ---------------------------------- */

/* Knop van het menu */
/* ------------------------ 
 * MENU-EXTRA
 * ------------------------ */

/* Begin CSS Popout Menu */

#menu{
	width: 192px;
	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:11px;
	letter-spacing:0px;
  	height: 32px;
  	voice-family: inherit;
  	height: 23px;
	text-decoration: none;
}

#menu h2{
	text-transform:uppercase;z
}

#menu a{
	color:#ffffff;
	height: 23px;
	width:165px;
	display: block;
	background-image: url("/templates/jopen/img/button.jpg");
	background-repeat: no-repeat;
	padding: 7px 0px 0px 27px;
	
	margin-bottom:0px;
	display: block;
	text-decoration:none;
}

#menu a:visited{
	background-image: url("/templates/jopen/img/button.jpg");
	}
/*verplaatst hele menu bij hover*/
#menu a:hover{
	color: #ffffff;
	background-image: url("/templates/jopen/img/button_hover.gif");
	background-repeat: no-repeat; */
	height:23px;
	width:165px;
}

#menu a:active{
	color:#ca6022;
	background-image: url("/templates/jopen/img/button_hover.gif");
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
z-index:9999999;
}

/* 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;

}

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%;

}