/*
	HORIZONTAAL MENU
*/
#contentheader ul { /* all lists */
	list-style: none;
	margin:0;
	list-style:none;
	padding-top:102px;
	padding-left:202px;
}	
#hornav li{
	float:left;
	margin-right:8px;
}
#hornav li { /* all list items */
	text-align:center;
	font-size:10px;
	float: left;
	position: relative;
	width: 126px;
	line-height:21px;
	background-image:url(/images/menu_achtergrond.gif);		
}

#hornav li ul { /* second-level lists */
	z-index:100;
	display: none;
	position: absolute;
	top: 21px;
	left: 0;
	padding: 0;
	margin: 0;	
	font-weight:normal;
	font-size:10px;
}
#hornav li ul li {
	margin:2px 0 0 0;
}
#hornav li ul li a {
	width:146px;
	font-family:Arial, Helvetica, sans-serif;
	height:21px;
	min-height:21px;		
	display : block;
	color : #000;
	font-weight:normal;
	font-size:10px;
	text-decoration : none;
	background-image:url(/images/menu_achtergrond.gif);
	text-align:center;
}
#hornav li ul li a:hover {
	color : #fff;
}

#hornav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#hornav li:hover ul, li.normalover ul, li.langover ul { /* lists nested under hovered list items */
	display: block;
}
/*
	HOOFDMENU
*/
#nav {
	padding-left:30px;
}
#nav ul { /* all lists */
	z-index:2;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 146px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	height:21px;
	line-height : 21px;
	width:146px;
	background-image:url(/images/menu_achtergrond.gif);
	background-repeat:no-repeat;
	font-weight:normal;
	font-size:10px;	
	padding:1px 5px;	
}

#nav li ul { /* second-level lists */
	z-index: 2;
	position : absolute;
	left: -999em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	margin:0 2px;
	z-index:2;
	width:146px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:21px;
	min-height:21px;		
	display : block;
	color : #000;
	font-weight:normal;
	font-size:10px;
	text-decoration : none;
	text-align:left;
	outline:none;
}

#nav li a:hover {
	color : white;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	width:146px;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: 146px;
	top:0;
}	
