/* Navigatie gerelateerde CSS */

/* Navigatie Header */
.navTop ul {
	list-style: none;
	float: left;
	}
	.navTop li {
		float: left;
		}
		.navTop a {
			display: block;
			width: auto;
			margin: 0 10px;
			padding: 0 0 0 10px;
			background: url('../img/layout/bg/bg_bullet-yellow.gif') no-repeat left 60%;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			color: #b2b2b2;
			}
		.navTop a:hover, .navTop a.selected, .navTop a.selected:hover {
			background: url('../img/layout/bg/bg_bullet-orange.gif') no-repeat left 60%;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			color: #464646;
			}
	
	/* Navigatie Dropdown */
	.navDropdownList ul {
		list-style: none;
		}
		.navDropdownList ul li {
			margin: 0 0 1px;
			clear: left;
			}
			.navDropdownList ul li a {
				width: 124px;
				margin: 0 0 0 -8px;
				padding: 0 0 0 10px;
				background: url('../img/layout/bg/bg_bullet-orange.gif') no-repeat left 65%;
				text-decoration: underline;
				font-size: 10px;
				font-weight: normal;
				color: #464646;
				}
			.navDropdownList ul li a:hover {
				background: url('../img/layout/bg/bg_bullet-orange.gif') no-repeat left 65%;
				text-decoration: none;
				font-size: 10px;
				font-weight: normal;
				color: #b2b2b2;
				}

/* Navigatie Footer */
.navFt ul {
	list-style: none;
	}
	.navFt li {
		float: left;
		}
		.navFt a {
			display: block;
			width: auto;
			margin: 0 5px;
			text-decoration: none;
			color: #898989;
			}
		.navFt a:hover, .navFt a.selected, .navFt a.selected:hover {
			color: #464646;
			}
		.navFt p {
			display: block;
			width: 15px;
			background: url('../img/layout/bg/bg_bullet-grey.gif') no-repeat center 60%;
			}

/* Navigatie Groups home */
.navGroups ul {
	list-style: disc;
	}
	.navGroups ul li {
		margin: 5px 0;
		}
		.navGroups ul li a {
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			color: #464646;
			}
		.navGroups ul li a:hover {
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			color: #9b9a8d;
			}

/* Navigatie Links */
.navLt ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	clear: left;
	}
	.navLt li {
		margin: 3px 0;
		}
		.navLt li h2 {
			padding: 0 0 0 20px;
			}
			.navLt li h2 a, .navLt li h2 a:hover,.navLt li h2 a.selected,.navLt li h2 a.selected:hover {
			padding-left: 20px;
			margin-left: -20px;
			font-weight: bold;
			color: #ff0808
			}
		.navLt a {
			display: block;
			width: auto;
			padding: 0 0 0 20px;
			background: url('../img/layout/bg/bg_plus.gif') no-repeat left 50%;
			text-decoration: none;
			color: #999;
			}
		.navLt a:hover {
			background: url('../img/layout/bg/bg_plus.gif') no-repeat left 50%;
			text-decoration: none;
			color: #464646;
			}
		.navLt a.selected, .navLt a.selected:hover {
			background: url('../img/layout/bg/bg_min.gif') no-repeat left 50%;
			text-decoration: none;
			color: #464646;
			}

/* Subnavigatie Links */

/* Level 1 */
.subnav1Lt ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	clear: left;
	}
	.subnav1Lt li {
		margin: 3px 0;
		}
		.subnav1Lt a {
			display: block;
			width: auto;
			padding: 0 0 0 20px;
			background: url('../img/layout/bg/bg_sub.gif') no-repeat 3px 6px;
			text-decoration: none;
			color: #999;
			}
		.subnav1Lt a:hover, .subnav1Lt a.selected, .subnav1Lt a.selected:hover {
			background: url('../img/layout/bg/bg_sub.gif') no-repeat 3px 6px;
			text-decoration: none;
			color: #464646;
			}
	
	/* Level 2 */
	.subnav2Lt ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		clear: left;
		}
		.subnav2Lt li {
			margin: 3px 0;
			}
			.subnav2Lt a {
				display: block;
				width: auto;
				padding: 0 0 0 30px;
				background: url('../img/layout/bg/bg_sub.gif') no-repeat 20px 6px;
				text-decoration: none;
				font-size: 10px;
				color: #999;
				}
			.subnav2Lt a:hover, .subnav2Lt a.selected, .subnav2Lt a.selected:hover {
				background: url('../img/layout/bg/bg_sub.gif') no-repeat 20px 6px;
				text-decoration: underline;
				font-size: 10px;
				color: #464646;
				}
		
		/* Level 3 */
		.subnav3Lt ul {
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
			clear: left;
			}
			.subnav3Lt li {
				margin: 3px 0;
				}
				.subnav3Lt a {
					display: block;
					width: auto;
					padding: 0 0 0 40px;
					background: url('../img/layout/bg/bg_sub.gif') no-repeat 30px 6px;
					text-decoration: none;
					font-size: 10px;
					color: #999;
					}
				.subnav3Lt a:hover, .subnav3Lt a.selected, .subnav3Lt a.selected:hover {
					background: url('../img/layout/bg/bg_sub.gif') no-repeat 30px 6px;
					text-decoration: underline;
					font-size: 10px;
					color: #464646;
					}