

/* achtergrond kleur verticale menu, border eromheen, lettertype, grootte en dikte */

.verbar  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;	
  font-weight: normal;
  letter-spacing: 1px;
  background-color: transparent;
  border: 0px solid #000000;
  width: 135px;
}

/* zo laten staan */

.submenu  {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

/* tweede menu onder een knop, achtergrondkleur, border, breedte, lettertype, grootte en dikte */

.subframe  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;	
  font-weight: normal;
  letter-spacing: 1px;
  position: relative;
  display: block;
  background-color: #006600;
  border: 0px solid #000000;
  width: 200px;
  margin-left: 6px;
  margin-top: -7px;
}

/* zo laten staan */

.item  {
  text-align: left;
  margin:.0em 0em .0em .0em;
  padding: 5px 5px 5px 5px;
}

/* zo laten staan */

.item a  {
  position: relative;
  display: block;
  text-decoration: none;
}

/* kleur van de button tekst */

.item a:link  {
  color: white;
  text-decoration: none;
}

/* kleur van de tekst als er al eens opgeklikt is, zelfde kleur als boven */

.item a:visited  {
  color: white;
  text-decoration: none;
}

/* kleur van de buttontekst en knop als er over heen gegaan wordt */

.item a:hover  {
  color: white;
  background-color: #cccccc;
  text-decoration: none;
}

/* zo laten staan */

.item .fwdarr  {
  position: absolute;
  top: 4px;
  right: 2px;
}

/* zo laten staan */

.item a img {
  border:none;
}

/* zo laten staan */

.separator  {
  background-color: black;
  border-top: 0px solid red;
  border-bottom: 0px solid #ffffff;
  margin: 0 0 0 0;  /* top right bottom left */
  padding:0 0 0 0;
  height: 0;
  font-size: 0px;
  line-height: 0;
}