/* 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: 173px;
	margin-top:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:15px;
	z-index:9; /* To allow room for bottom dropdown */
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0px;
  	voice-family: inherit;
	text-decoration: none;
	border-bottom:1px #28466a solid
}

#menu h2{
	text-transform:uppercase;
}

#menu a{
	color:#ffffff;
	width:150px;
	display: block;
	background-repeat: no-repeat;
	margin-left:12px;
	text-decoration:none;
	padding:10px 0;
	white-space:nowrap;
}

#menu a:visited{

	}
/*verplaatst hele menu bij hover*/
#menu a:hover{
	color: #ffffff;
	font-weight:bold;
	white-space:nowrap;
	/*background-repeat: no-repeat; */

}

#menu a:active{
	color:#e76a00;

}

#menu ul{
white-space:nowrap;
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	background:#122d4a url("/templates/thexs2solutions/img/bg_menu.gif") no-repeat 0 0;
	position:relative;
	z-index:99; /* To allow room for bottom dropdown */
}

/* 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;
z-index:9; /* To allow room for bottom dropdown */
}

div#menu li ul{
	position:absolute;
	top:0;
	left:100.1%;
	display:none;
	margin-left:0px!important;
z-index:9; /* To allow room for bottom dropdown */

}

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;
	position:absolute;
z-index:9; /* To allow room for bottom dropdown */
}
.x{
	background:url(/templates/thexs2solutions/img/expand.gif) no-repeat center right;
}
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;

}

#menu_links #menu ul li a{
white-space:nowrap;

}