#menu {
       width: 722px;
       background: #8080FF;
       margin-left: 15px;
       margin-right: auto;
	   z-index: 12;
       }

#plaats {position: absolute;
        top: 110px;  
        left: 10px;
       }

.new_tab {target-new: tab ! important;}


#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 6.4em;
float: left;
z-index: 500;
}

#menu a, #menu h2 {
font: bold 7pt/10pt arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: navy;
background: #D4EBF9;
text-transform: uppercase;
}

#menu a {
color: navy;
background: #D4EBF9;
text-decoration: none;
}


#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;
          z-index: 500;  }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu li li {position: relative;
             z-index: 500; }

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#body_home #nav_home a,                
#body_act #nav_act a,
#body_orgkring #nav_orgkring a,
#body_orgel #nav_orgel a,
#body_serv #nav_serv a, 
#body_gast #nav_gast a,
#body_contact #nav_contact H2
{
  background: #6488DD;
  color: #DCFCFB;
  font-weight: bold; } 
