@charset "ISO-8859-1";
/* CSS Document */

/* MENU */

#menu {
width: 990px;
height: 15px;
position: absolute;
padding-top: 84px;
text-decoration: none;
z-index: 80;
left: 10px;
top: 5px;
}

#nav, #nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#nav ul li ul{
margin-top: 20px;	
}

.nav_link{
	 display: block;
  	width: 150px;
  	height: 7px;
  	padding: 7px;
	padding: 7px;
	color: #22207d;	
	margin-bottom: 8px;
}

#nav a {
  display: block;
  width: 150px;
  height: 7px;
  padding: 7px;
  text-decoration: none;
  background: #f1f0f0;
  color: #22207d;
  font-size: 11px;
  text-decoration: none;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

#nav a:hover {
text-decoration: underline;
color: #22207d;
}

#nav li ul li.subnavigatie {
  display: block;
  width: 150px;
  font-size: 1.0em;
  text-decoration: none;
  background: #f1f0f0;
  color: #22207d;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 5px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

#nav li ul li.subnavigatielink {
  display: block;
  width: 150px;
  height: 18px;
  padding: 7px;
  text-decoration: none;
  background: #f1f0f0;
  color: #22207d;
  font-weight: normal;
  text-decoration: none;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

#nav ul li.bottom {
  display: block;
  width: 150px;
  height: 9px;
  padding: 7px;
  text-decoration: none;
  background: #f1f0f0;
  color: #22207d;
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

#nav ul li.top{
  display: block;
  width: 150px;
  height: 9px;
  padding: 7px;
  text-decoration: none;
  background: #f1f0f0;
  color: #22207d;
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  background: none;
}

#nav li {
  float: left;
  width: 150px;
}

#nav li ul {
  position: absolute;
  width: 150px;
  left: -999em;
}

/* aanpassingen submenu: */

#nav li ul ul {
  margin: -20px 0 0 147px;
}

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

/* einde aanpassingen */

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

#nav li.hoofdnavigatie{
background: url("../afbeeldingen/bg_menuright.gif") right center no-repeat;
}

#nav li.hoofdnavigatie a {
	font-size: 1.0em;
  background: none;
  border: none;
  margin-bottom: 8px;
}

#nav li.hoofdnavigatie ul li{
   display: block;
  width: 150px;
  height: 18px;
  padding: 7px;
  text-decoration: none;
  background: #f1f0f0;
  color: #22207d;
  text-decoration: none;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}