#nav
{
  display: block;
  position: relative;
  width: auto;  
  height: 47px;
  margin: 0;
  z-index: 50;
  color: #FFFFFF;
  clear: both;
  background: url(../img/voordelta/menu.jpg) repeat-x left top;
}

#nav a
{
  height: 38px;
  margin: 0;
  color: #FFFFFF;
}

#nav ul
{
  padding: 0;
  margin: 0;
  z-index: 50;
  list-style: none;  
}

#nav ul li
{
  display: block;
  position: relative;
  float: left;
  width: auto;
  padding: 0px 15px 0 15px;
  margin: 0px;  
  list-style: none;
  z-index: 50;
  background: url(../img/voordelta/menu_spacer.jpg) no-repeat right 5px;  
}

#nav ul li a
{
  display: block;
  min-width: 150px;
  _width: 150px;
  height: 28px;
  top: 0px;
  margin: 0;
  padding: 10px 0 0 0;
  float: left;
  font-family: Arial;
  font-size: 1em;
  font-weight: bold;  
  text-decoration: none;
  text-align: center;
}

#nav ul li a:hover,
#nav ul li a.hover
{
  color: #fff;
  text-decoration: none;
}

/* same as above, but internet explorer < 7 chokes on the > */
#nav ul li:hover > a 
{
  color: #fff;
  text-decoration: none;
}

#nav ul ul li a
{
  width: 150px;
  padding: 7px 0 7px 0;
  background: #639fc9 url(../img/voordelta/menu_spacer2.jpg) repeat-x left top;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: none !important;
}

#nav ul ul li a:hover
{
  background: #FFFFFF;
  color: #11467e;
}

#nav ul ul
{
  display: none;
  position: absolute;  
  left: 0px;
  top: 38px;
  width: 179px;
  padding: 5px 0 30px 0;
  background: #639fc9;
}

#nav ul ul ul,
#nav ul ul ul ul
{
  display: none;
  position: absolute;
  left: 179px;
  top: 0px;
  width: 179px;
  padding: 15px 0 10px 0;
  background: #568fb7;
}

#nav ul ul ul li a
{
  background: #568fb7 url(../img/voordelta/menu_spacer2.jpg) repeat-x left top !important;
}

#nav ul ul ul li a:hover
{
  background: #FFFFFF url(../img/voordelta/menu_spacer2.jpg) repeat-x left top !important;
  color: #11467e;
}

#nav ul li:hover ul
{
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
}

#nav ul li:hover ul ul,
#nav ul li:hover ul ul ul
{
  display: none;
}

#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul
{
  display: block;
  left: 179px;
  top: 0px;
}

#nav ul ul li
{
  display: block;
  float: left;
  top: 0;
  height: auto;
  background: none;
}

#nav ul ul li a
{
  display: block;
  float: left;
  width: 150px;
  height: auto;
}

li>ul {
  top: auto;
  left: auto;
}


