#menu {
     width: 840px;
     height: 218px;
     margin: 0px auto;
     background-image: url(http://www.vdrbouwgroep.nl/simg/portaal/bg_menu.jpg);
     color: #818b9d;
}

#menu_container {
     padding: 34px 0px 0px 17px;
}

#menu .menu_items {
     float: left;
}

#menu .menu_head {
     width: 162px;
     height: 30px;
     text-align: center;
     font-size: 13px;
     font-weight: bold;
}
#menu .menu_head a {
     text-decoration: none;
     color: #818b9d;
}

#menu .menu_items div ul {
     list-style: none url(http://www.vdrbouwgroep.nl/simg/menu_list_style.jpg);  
     list-style-position: outside;
     margin: 20px 0px 0px 0px;
     padding: 0px;
     text-align: left;
}
#menu .menu_items ul li {
     margin-left: 20px;
*     margin-left: 24px;
     font-weight: bold;
     font-size: 11px;
     padding: 3px 0px 3px 0px;
}
#menu .menu_items ul li a {
     color: #818b9d;
     text-decoration: none;
     margin-left: 0px;
*     margin-left: -3px;
}

#menu .menu_head div {
     padding-top: 6px;
}
