/* stijl voor menuSlide in de frameset */

body { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000;
  background-color: #7d7;
  margin:0px;
  }


/* ---------------------- stijl voor het menu gedeelte */

.arrowlistmenu{
  width: 170px; /*width of accordion menu*/
  margin: 0px 5px 5px 0px;
  }

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
  font-size:14px;
  font-weight:normal;
  letter-spacing:0.1em;
  padding:2px 3px 2px 8px;
  border-top: 1px solid #383;
  border-right: 1px solid #272;
  border-bottom: 1px solid #272;
  border-left: 1px solid #383;
  background-color: #6c6;
  margin: 0px 3px 6px 8px;
  }
  
.menuheader {
    border-style:solid;
    border-width:1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px
  }

.arrowlistmenu .menuheader a {
  font-size:14px;
  text-decoration:none;
  color:#000;
  }

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
  background-color: #6c6;
  color:#000;
  }

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
  background-color: #8e8;
  list-style-type: none;
  padding: 0px 1px 1px 8px;
  border-right: 1px solid #272;
  border-bottom: 1px solid #272;
  border-left: 1px solid #383;
  margin: -7px 6px 6px 10px;
  }

.arrowlistmenu ul li{
  padding:4px 3px 2px 6px; /* spacing between menu items*/
  }

.arrowlistmenu ul li a{ /* submenu items */
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  display: block;
  text-decoration: none;
  }

/* EOF */
