/* Dit is de container voor het menu (menu en menu_sub zitten hierin) */
#menu_container {
	height:25px;
	position:relative;
	font-family:verdana;
	border-bottom: 1px solid #FF0000;
}

/* EINDE CONTAINER */

/* Dit is de container voor het submenu (de rechterknat met sitemap, contact en taf) */
#menu_sub {
	width:300px;
	height:25px;
	font-family:verdana;
	float:right;
	padding-right:30px;
	_width:300px;
	_padding-right:0px;
}

#menu_sub ul {
	padding:0;
	margin:0;
}

#menu_sub a, #menu_sub a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000;
	height:25px;
	padding-top: 2px;
	_padding-top: 0px;
	padding-left: 0px;
	line-height:25px;
	_width:90px;
}

#menu_sub li {
	float:right;
	background:none;
	width:auto;
	padding-left:25px;
	_width:100px;
	_padding-left:0px;
}

/* EINDE SUBMENU */

/* GEERT NAVRAGEN OF DEZE STYLE GOED IS */
#menu_sub a:hover {
	color:#FF0000;
	text-decoration:underline;
	font-size:11px;	
}

/* Dit is de container voor het menu */
#menu {
      height: 24px;
      border-bottom: 1px solid #FF000;
      padding-left: 30px;
  	  width:590px;
	  height:25px;
	  float:left;
}

/* hack to correct IE5.5 faulty box model */
* html #menu {
	width:600px;
	w\idth:600px;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	width:170px;
	position:relative;
	margin-left: -12px;
	background:url("../img/nav_btn_off.gif") no-repeat;
	xborder: 1px solid red;
}

/* style the links for the top level */

#menu a, #menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000;
	width: 190px;
	height:25px;
	padding-top: 2px;
	_padding-top: 0px;
	padding-left: 31px;
	line-height:25px;
	font-family: verdana;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
	width:180px;
	w\idth:159px;
}

/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	background:#FFF;
}
/* style the third level hover */
#menu ul ul ul a:hover {
	background:#FFF;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	top:25px;
	border: 1px solid #FF0000;
	left:9px;
	width:190px;
	background: #FFF;
	
	
}
/* another hack for IE5.5 */
* html #menu ul ul {
	top:24px;
	t\op:25px;
}
/* position the third level flyout menu */
#menu ul ul ul {
	left:149px;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	
}
/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background:#FFF;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:148px;

}

/*style the second level */
#menu li li {
	background:none;
	padding-left: 30px;
}

#menu li li a{
	margin-left:-6px;
	}
/* style the second level hover */
#menu li li a:hover {
	background:#FFF;
	color: #FF0000;
}

/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {
	width:170px;
	w\idth:148px;
}

/* style the top level hover */
#menu a:hover, #menu li a:hover{
	background:url("../img/nav_btn_hover.gif") no-repeat;
}
#menu :hover > a.root_menu, #menu li :hover > a.root_menu {
	background:url("../img/nav_btn_hover.gif") no-repeat;
}

a.active {
	background:url("../img/nav_btn_hover.gif") no-repeat;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul,#menu ul li a.active:hover {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul {
	visibility:visible;
}




/* style the top level on the right menu items */
.root_menu {
	cursor:default;
}


