/* A few IE bug fixes */
* { margin: 0; padding: 0; }
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

#theMenu { 
	width: 145px; 
	height: 450px; 
	margin: 0px; 
	padding: 0;
}

/* Some list and link styling */
li { 
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
	border:0px;
	text-indent:5px;
}

ul li { 
	width: 145px; 									/* LEVEL 1 */
	line-height: 25px;								/* hier zet ik de hoogte van elk list item */
	background: url(../img/L1_normal.gif) no-repeat;
}
ul li a{
	font-weight:normal;
	text-decoration:none;
}
ul li a:hover{
	display:block; 
	background: url(../img/L1_active.gif) no-repeat;
	font-weight:bold;
}

ul ul li { 											/* LEVEL 2 */
	width: 145px;
	background: url(../img/L2_normal.gif) no-repeat;
							
}
ul ul li a { 										/* LEVEL 2 */
	display:block; 
	color: #000; 
	/*padding: 3px 5px;*/
	/*font-size: small; */
}
ul ul li a:hover { 									/* LEVEL 2 */
	display:block; 
	color: #369; 
	/*padding: 3px 5px; */
	/*font-size: small; */
	background: url(../img/L2_active.gif) no-repeat;
	
}

/* For the xtra menu */
ul ul ul li { 										/* LEVEL 3 */ 
	
	width: 175px; 
	
	
}
ul ul ul li a { 									/* LEVEL 3 */
	display:block; 
	color: #000; 
	/*padding: 3px 6px; */
	/*font-size: small;*/ 
}
ul ul ul li a:hover { 								/* LEVEL 3 */
	display:block; 
	color: #00659C; 
	 
}
ul ul ul ul li a{
	color:#00659C;
	font-weight:normal;
}
ul ul ul ul li a:hover{
	color:#00659C;
	font-weight:bold;
}
/**/
/**/

h2 { 
	/*margin-top: 1.5em; */
}

/* Header links styling */
h3.head a { 												/* LEVEL 1 GEWOON */
	color: #333;
	display:block; 
	/*
	border-top: 1px solid #36a;
	border-right: 1px solid #36a;
	
	background: #ddd url(down.gif) no-repeat; 
	background-position: 98% 50%;
	*/
	/*padding: 3px 6px;*/
}
h3.head a:hover { 
	display:block; 
	/*
	background: #ccc url(down.gif) no-repeat; 
	background-position: 98% 50%;
	*/
}
ul li h3.selected a { 													/* LEVEL 1 ACTIVE */
	display:block; 
	font-weight:bold;
	background: url(../img/L1_active.gif) no-repeat;
}
ul li h3.selected a:hover { 											/* LEVEL 1 HOVER */
	display:block; 
	/*background: url(../img/L1_active.gif) no-repeat;*/
}



/* Xtra Header links styling */
h4.head a { 
	display:block; 
}
h4.head a:hover { 
	display:block; 
	color: #000;
}
ul ul li h4.selected a { 
	display:block; 
	background: url(../img/L2_active.gif) no-repeat;
	font-weight:bold;
	
}
ul ul li h4.selected a:hover { 
	display:block; 
	background: url(../img/L2_active.gif) no-repeat;
	
}
ul li ul li.selected a{
	background: url(../img/L2_active.gif) no-repeat;
	font-weight:bold;
}



ul li ul li ul li.selected a{
	background: url(../img/L2_normal.gif) no-repeat;
	font-weight:bold;
}
ul li ul li ul li a:hover{
	background: url(../img/L2_normal.gif) no-repeat;
	font-weight:bold;
}
