#menu {
font-family: "Verdana", "Bitstream Vera Sans", Helvetica,Arial,sans-serif;
font-weight:bold;
white-space: nowrap;
line-height:30px;
text-align: left;
background: #fff; 
margin:10px auto;
float:none;
display:inline;
z-index: 7;
}

#menu ul {
background: #fff; 
list-style: none;
margin: 0;
padding: 0;
position:static;
width:140px;
}

#menu ul li {
margin:0px 3px;
padding:5px 0;
display: block;
}

#menu ul li a {
width:120;
padding:2px 10px;
white-space: nowrap;
text-decoration: none;
font-size:15px;
display:block;
}

#menu a {
color: #0066ff;
}

#menu a:hover {
background: #00adef none repeat scroll 0%;
color: #fff;
}

#menu #actiefmenu a {
color:#06f;
background:#eee;
}

#submenu {
font-family: "Verdana", "Bitstream Vera Sans", Helvetica,Arial,sans-serif;
font-weight:bold;
white-space: nowrap; 
margin-top:0px;
margin-left:5px;
text-align: left;
display:inline;
float:none;
z-index: 7;
line-height:20px;
width:140px;
}

#submenu ul {
list-style: none;
margin: 0;
padding: 0;
position:static;
width:100px;
}

#submenu ul li {
margin:0px 5px;
padding:5px 0;
display: block;
}

#submenu ul li a {
width:100%;
padding:2px 20px;
white-space: nowrap;
text-decoration: none;
font-size:12px;
display:block;
}

#submenu a {
color: #fff;
}

#submenu a:hover {
background: #fff none repeat scroll 0%;
color: #06f;
}

#submenu #actiefmenu a {
color:#fff;
background:#06f;
}
