div.menuBar
{
  position:absolute;
  top:150px;
  left : 325px;
  right : 0px;
  width : expression(( document.body.offsetWidth - 325 ) + "px" );
}

/* Overall style, dus, fonts e.d. */
.menuBar,
.menuButton,
.menuButtonActive,
.menu,
.menuItem,
.menuItemText,
.menuItemHighlight
{
  z-index:1000;
  text-decoration : none;
}

/* Hoofd menu items */
.menuButton
{
  font-size       : 1em;
  letter-spacing  : 0.15em;
  font-weight     : bold;
  text-transform  : uppercase;
  color           : black;
  z-index:10000;
}

/* Hoofd menu highlight */
.menuBar .menuButtonActive,
.menuBar .menuButtonActive:hover
{
  color : #AE8E8E;
}

/* Submenu achtergrond */
.menu
{
  position          : absolute;
  visibility        : hidden;
  background-color : #eee;
  border : 1px solid #bbb;
  z-index:10;
}

.menu2
{
 z-index:10;
}



/* Submenu items */
.menu .menuItem
{
  display         : block;
  white-space     : nowrap;
  padding         : 5px;
  font-size       : 1em;
  letter-spacing  : 0.05em;
  color           : black;
  z-index         :10;
}

/* Submenu items highlight */
.menu .menuItemHighlight,
.menu .menuItem:hover,
.menu .menuItemHighlight .menuItemText,
.menu .menuItem:hover .menuItemText
{
  background-color : #DED2D2;
  text-decoration   : none;
}

/* Submenu pijltje. */
.menuItemArrow
{
  padding-right : 5px;
  color : gray;
}
