.nav {
	height:20px;
	/*background: url(pro_line_0.gif) repeat-x; */
	position:relative;
	width:670px;
	z-index:200;
	color: #767588;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: 20px;
}
.nav .table {
	display:block;
	margin:0 auto;
}
.nav .select, .nav .current {
	margin:0;
	padding:0;
	list-style:none;
	display:table-cell;
	white-space:nowrap;
}
.nav li {
	margin:0;
	padding:0;
	height:auto;
	float:left;
}
.nav .select a {
	display:block;
	height:22px;
	float:left;
	/*background: url(pro_line_0.gif); */
	padding:0 0px 0 0px;
	text-decoration:none;
	line-height:22px;
	white-space:nowrap;
	color:#ffffff;
}
.nav .select a:hover, .nav .select li:hover a {
	/*background: url(pro_line_1.gif); */
	padding:0 0 0 0px;
	cursor:pointer;
	color:#ffffff;
}
.nav .select a:hover b, .nav .select li:hover a b {
	display:block;
	float:left;
	padding:0 0px 0 0px;
	/*background:url(pro_line_1.gif) right top; */
	cursor:pointer;
}

/*GEEF HIER DE HOOGTE VAN DE HITAREA VAN HET SUBMENU OP!! */
.nav .select_sub {
	display: none;
	height: 30px;
	
}
/* IE6 only */
.nav table {
	border-collapse:collapse;
	margin:-1px;
	font-size:1em;
	width:0;
	height:0;
}
.nav .sub {
	display:table;
	margin:0 auto;
	padding:0;
	list-style:none;
	margin-right: 90px;

}
.nav .sub_active .current_sub a, .nav .sub_active a:hover {
	background:transparent;
	color:#ffffff;
}
.nav .select :hover .select_sub, .nav .current .show {
	display:block;
	position:absolute;
	width:750px;
	top:20px;
	/*background:url(back_0.gif); */
	padding:0;
	z-index:100;
	left:0;
	text-align:left;
}
.nav .current .show {
	z-index:10;
}
.nav .select :hover .sub li a, .nav .current .show .sub li a {
	display:block;
	float:left;
	background:transparent;
	padding:0 0px 0 0px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#ffffff;
}
.nav .current .sub li.sub_show a {
	color:#ffffff;
	cursor:default;/*background:url(menus/back_1.gif);*/
}
.nav .select :hover .sub li a:hover, .nav .current .sub li a:hover {
	visibility:visible;
	color:#D4D0C8;/*background:url(menus/back_1.gif);*/
}
