/* menu's */

#menu {
	clear: left;
	position: absolute;
	height: 100%;
	top: 7em;
	padding-top: 0;
}
#menu li {
	margin-left: 0;
	list-style-type: none;
}
#menu a,
#menu strong {
	color: #FFF;
  font-size: 1.1em;
  padding: .3em;
  margin-left: 2px;
  padding-left: 16px;
  display: block;
  text-decoration: none;
}

#menu strong {
	cursor: default;
}

#menu li li {
	background: url(img/menu/stiplijnhoekwit.gif) no-repeat 22px bottom;
	margin-top: -2px;
	margin-bottom: -9px;
	padding-bottom: 4px;
	height: 23px;
}

#menu li li a,
#menu li li strong {
	font-size: 1em;
	margin-left: 17px;
	line-height: 16px;
}

#menu a:hover,
#menu .selected strong {
	color: #FFF;
}

#menu a:hover,
#menu .active a:hover {
	background-color: #888;
}

#menu li li a:hover,
#menu .active li a:hover {
	background: #888 url(img/menu/stiplijnhoekwit.gif) no-repeat 5px -29px;
}

#menu .selected strong,
#menu .active a,
#menu li.active li.active a {
	background: url(img/icon/arrow-selected.gif) no-repeat 5px center;
}
#menu li.active li.active a {
	background-position: 5px 10px;
}
#menu li.active li a {
	background-image: none;
}
#menu li li.selected strong {
	background-position: 5px 10px;
}

#menu li ul {
	display: none;
}

#menu li.active ul,
#menu li.selected ul {
	display: block;
	margin-bottom: 4px;
}

#menu .aanvragen {
	margin-top: 1em;
}
