body {
   background-color: #FFFFDD;
}

div, p, table, a {
   font-family: Comic Sans MS, Verdana;
   font-size: 15px;
   text-decoration: none;
}

.content ul{
        list-style-image:url(http://www.gewedo.nl/afbeeldingen/opsomming.gif);
}

.menu {
   width: 200px;
   height: 100%;
   background: #015AA1 url(/afbeeldingen/gelderland1.jpg) no-repeat left bottom;
}

.menu a {
   display: block;
   color: #FFFF00;
   text-decoration: none;
   width: 100%;
   border-bottom: dotted 1px #FFFFFF;
   padding: 4px;
   padding-right: 10px;
   
}


.submenu {
   background-color: #a5a330;
   display: inline;
   width: 100%;
   vertical-align: top;
   display: none;
   overflow: hidden;
   height: 2px;
}




.subsubmenu {
   background-color: #CCCC00;
   width: 1px;
   vertical-align: top;
   visibility: hidden;
   overflow: hidden;
   position: absolute;
   z-index: 15;
}

.subsubmenu a {
   color: #000000;
   height: 15px;
   padding-right: 15px;
}



.menu ul {
   background-color: #a5a330;   
   list-style:none;
   margin:0;
   left:1em;
   border-top:1px solid #ccc;
   padding:0 0 1em;
   width:100%;
}

.menu li {
   cursor: default;
   margin:0;
   padding:0;
   position:relative;
   border: 1px solid #ccc;
   border-top:0;
}

li.sub {
   color: #000000;
   cursor: pointer;
}

ul.sub {
   display: none;
   position: absolute;
   top:0;
   left:200px;
}

