#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	position: absolute;
	margin-top: 34px;
	margin-top: 54px;
	}

#nav li {
	display: block;
	width: 228px;
	min-height: 122px;
	float: left;
	}
#nav ul li {
	width: auto;
	height: auto;
	min-height: 1px;
	padding: 0;
	float: none;
	}

#nav ul li.active a {
	color: #524ca5;
	font-weight: bold;
	}

#nav a {
	display: block;
	font-size: 180%;
	padding: 15px;
	height: 45px;
	padding-bottom: 5px;
	text-decoration: none;
	}
#nav ul a {
	height: auto;
	font-size: 100%;
	padding: 2px 10px;
	}
#nav ul a:hover {
	color: #524ca5;
	}
/*
#nav a span {
	padding-right: 20px;
	background: url('/image/nav-arrow.gif') no-repeat right center;
	}
#nav li:hover a span,
#nav li.sfhover a span,
#nav li.open a span {
	background-image: url('/image/nav-arrow-active.gif');
	}
#nav ul a span {
	background-image: none !important;
	}
*/
#nav ul {
	position: absolute;
	left: -999em;
	width: 198px;
	width: 228px;
	width: 218px;
	padding: 0 5px;
	padding-bottom: 12px;
	padding-bottom: 22px;
	background: white;
	background: url('/image/nav-tab-btm.png') no-repeat center bottom;
	}
#nav li ul ul {
	margin: -1em 0 0 20em;
	}

#nav li:hover,
#nav li.sfhover,
#nav li.active,
#nav li.open {
	background: red;
	background: url('/image/nav-tab.gif') no-repeat;
	}
#nav ul li:hover,
#nav ul li.sfhover,
#nav ul li.active,
#nav ul li.open {
	background: none;
	}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
	position: static;
	}


/* Algemene informatie */
#navitem7 a {
	background: url('/image/nav-arrow.gif') no-repeat 190px 20px;
	}
#navitem7:hover a,
#navitem7.sfhover a,
#navitem7.open a {
	background-image: url('/image/nav-arrow-active.gif');
	}

/* Informatie voor de particulier */
#navitem8 a {
	background: url('/image/nav-arrow.gif') no-repeat 105px 41px;
	}
#navitem8:hover a,
#navitem8.sfhover a,
#navitem8.open a {
	background-image: url('/image/nav-arrow-active.gif');
	}

/* Informatie voor de ondernemer */
#navitem9 a {
	background: url('/image/nav-arrow.gif') no-repeat 115px 41px;
	}
#navitem9:hover a,
#navitem9.sfhover a,
#navitem9.open a {
	background-image: url('/image/nav-arrow-active.gif');
	}
