/*	navigation	*/
#nav{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 0px;
	height: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	overflow: hidden;
    width:710px;
}

#nav li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#nav li a, #nav li a:hover, #nav li b{
	position: relative;
	display: inline;
	clear: none;
	float: left;
	height: 19px;
	margin-right: 15px;
}

#nav li a span, #nav li b span{
	display: none;
}

#nav_nieuws a{
	width: 135px;
	background: url(../media/style/nav.gif) no-repeat 0px 0px;
}

#nav_nieuws a:hover , .activeNav_nieuws{
	width: 135px;
	background: url(../media/style/nav.gif) no-repeat 0px -19px;
}

#nav_info a{
	width: 80px;
	background: url(../media/style/nav.gif) no-repeat -148px 0px;
}

#nav_info a:hover, .activeNav_info{
	width: 80px;
	background: url(../media/style/nav.gif) no-repeat -148px -19px;
}

#nav_archief a, #nav_archief b{
	width: 145px;
	background: url(../media/style/nav.gif) no-repeat -368px 0px;
}

#nav_archief a:hover, .activeNav_archief{
	width: 145px;
	background: url(../media/style/nav.gif) no-repeat -368px -19px;
}

#nav_manifest a{
	width: 108px;
	background: url(../media/style/nav.gif) no-repeat -245px 0px;
}

#nav_manifest a:hover, .activeNav_manifest{
	width: 108px;
	background: url(../media/style/nav.gif) no-repeat -245px -19px;
}

#nav_contact a{
	width: 155px;
	background: url(../media/style/nav.gif) no-repeat -526px 0px;
}

#nav_contact a:hover, .activeNav_contact{
	width: 155px;
	background: url(../media/style/nav.gif) no-repeat -526px -19px;
}

#nav_links a{
	width: 77px;
	background: url(../media/style/nav.gif) no-repeat -603px 0px;
}

#nav_links a:hover, .activeNav_links{
	width: 77px;
	background: url(../media/style/nav.gif) no-repeat -603px -19px;
}