/* Overall style, dus, fonts e.d. */
.menuBar
{
  background-color : #0066FF;
}
.menuButton,
.menuButtonActive,
.menu,
.menuItem,
.menuItemText,
.menuItemHighlight
{
  font-family : "Verdana", "Arial", Sans-serif;
  font-weight : normal;
  font-size : 10px;
  color : white;
}

/* Hoofd menu items */
.menuButton
{
  position  : relative;
  z-index   : 120;
  top       : 7px;
  padding   : 9px;
  white-space : nowrap;
  background-color : #0066FF;
}

/* Hoofd menu highlight */
.menuBar .menuButtonActive,
.menuBar .menuButtonActive:hover
{
  background-color : #70A9FF;
  color : white;
}

/* Submenu achtergrond */
.menu
{
  position          : absolute;
  z-index           : 110;
  visibility        : hidden;
  background-color  : #0066FF;
}

/* Submenu items */
.menu .menuItem
{
  display     : block;
  white-space : nowrap;
  padding     : 5px;
  border-bottom : 1px solid #ffffff;
}

/* Submenu items highlight */
.menu .menuItemHighlight,
.menu .menuItem:hover,
.menu .menuItemHighlight .menuItemText,
.menu .menuItem:hover .menuItemText
{
  background-color : #70A9FF;
  color : white;
}

/* Submenu pijltje. */
.menuItemArrow
{
  margin : 0px;
  padding : 0px;
  font-size : 8px;
  color : white;
}