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

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

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

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

#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; 
text-align: center;
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: inline;
}

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

#submenu a {
color: #fff;
}

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

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