.navUL {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	font-size: 10px;
	color: white;	
}

.navUL li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 21px;
	text-decoration: none;
	color: white;
	background: url("../images/navigation/navbg.gif") no-repeat left;
	border-bottom: 1px solid black;
}
.navUL li a:hover { background-position: -171px 0px }

/**** CHILD ******/
.navUL li ul { margin: 0px; padding: 0px; list-style-type: none; }
.navUL ul li a {
	height: 19px;
	line-height: 19px;
	color: #262626;
	background: url("../images/navigation/navchildbg.gif") no-repeat left;
	border-bottom: 0px;
}
/****************/


/*** CHILD TITLE + CHILDS ***/
.navUL .childtitle {
	height: 19px;
	line-height: 19px;
	color: white;
	font-weight: bold;
	padding-left: 28px;
	background: url("../images/navigation/navchildtitle.gif") no-repeat left;
}

.navUL .child a {
	height: 19px;
	line-height: 19px;
	font-size: 10px;
	color: #262626;
	padding-left: 39px;
	background: url("../images/navigation/navchildchildbg.gif") no-repeat left;
}
.navUL .child a:hover { background-position: -171px 0px }
/*******************/

.collapsed { display: none; }
.expanded { display: block; }

.navUL ul { border-bottom: 1px solid black }

.navUL li a#active { font-weight: bold; background: url("../images/navigation/navbg2active.gif"); }
.navUL li a#nonactive { background: url("../images/navigation/navbg2.gif"); }

.navUL ul li a#active { font-weight: bold; background: url("../images/navigation/navchildbg.gif"); }
.navUL .child a#active { font-weight: bold; background: url("../images/navigation/navchildchildbg.gif"); }

.navUL li a#nonactive:hover { background-position: -171px 0px }



.navUL li a.collapsed { font-weight: none; }
.navUL li a.expanded { font-weight: bold; background: url("../images/navigation/navbgactive.gif") no-repeat left; border-bottom: 0px }
/** IE verandert actieve menubg -> onderstaande regel fixt dit **/
.navUL li a.expanded:hover { background-position: 0 0 }


/***********  Content Nav Navigation *************/
	#contentNav {
		padding-bottom: 20px;
		background-color: #FFFFFF;
		font-family: Tahoma;
		font-size: 11px;
	}				
	ul#contentNavList {
		position: relative;
		height: 29px;
		margin: 0;
		padding: 0;
		background-color: #eeeeee;
	}				
	ul#contentNavList li {
		float: left;
		list-style: none;
		padding: 4px 0;
		margin: 0 0 0 4px;
		text-align: center;
		line-height: 21px;
	}				
	ul#contentNavList li a {
		display: block;
		width: 115px;
		height: 21px;
		text-decoration: none;
		background-color: #666;
		color: white;
	}
	ul#contentNavList li a:hover { background-color: #000; color: white; text-decoration: underline }
	ul#contentNavList li a#active { background-color: #d51923; font-weight: bold }
	ul#contentNavList li a#active:hover { background-color: #d51923; cursor: default; text-decoration: none }
/*************************************/



