/* Hoofd menu items */
.menuButton
{
  text-transform: uppercase;
  font-size:15px;
  font-weight:bold;
  margin-left:37px;
}

/* Hoofd menu highlight */
.menuBar .menuButtonActive,
.menuBar .menuButtonActive:hover
{
  color:black;
}

/* Submenu achtergrond */
.menu
{
  position          : absolute;
  z-index           : 110;
  visibility        : hidden;
  background-color  : #696969;
}

/* Submenu items */
.menu .menuItem
{
  display     : block;
  white-space : nowrap;
  padding     : 5px;
  border-bottom : 1px solid #ffffff;
  width:100px;
  background-color:#D8EDF2;
}

/* Submenu items highlight */
.menu .menuItemHighlight,
.menu .menuItem:hover,
.menu .menuItemHighlight .menuItemText,
.menu .menuItem:hover .menuItemText
{
  background-color : #778899;
  color : white;
}

/* Submenu pijltje. */
.menuItemArrow
{
  margin : 0px;
  padding : 0px;
  font-size : 8px;
  color : white;
}

