.menu
{
  position: absolute;  
  z-index: 30;
  display: block;
  left: 110px; top: 503px;
  width: 727px; height: 20px;
  margin: 0;
  padding-left: 81px;
  border: solid #fff 1px;
  background: #D40000;  
}
.menuItem
{
  float: left;
  list-style: none;
}

.ie6 .menuItem {width:110px;}

.ie6 .menuItemhome {width:60px;}
.ie6 .menuItemvoor-erfgoedinstellingen {width:190px;}
.ie6 .menuItemzoeken-naar{width:115px;}
.ie6 .menuItemcontact {width:60px;}

.menuItemLink
{
  display: block;
  height: 20px;
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
}

.menuItemOption
{
  cursor:default;
}

.menuItemLink:hover,
.menuItem-expanded .menuItemLink
{
  color: #000;
  background: #fff;
}
.menuItem-current .menuItemLink
{
  color: #000;
  background: #D3E8FC;
}

.menuSubmenu
{
  display: none;
  position: absolute;
  z-index: 10;  
  height: 1px;
  bottom: 21px;  
  margin-left: -8px; 
  padding: 5px 10px;
  border: solid #D40000 1px;
  border-bottom: none;
  background: #fff;
  list-style: none;  
  overflow: hidden;
}

.ff .menuSubmenu {bottom:19px;}
 
.menuItem-hover .menuSubmenu
{
  display: block;
  z-index: 11;
  height: auto;
}
.menuSubmenuItem
{
  background: url("../images/arrow_black_right.gif") no-repeat 0 -6px;
  padding-left: 10px;
}
.menuSubmenuItemLink
{
  color: #000;
  font-size: 11px;
  text-decoration: none;
}
.menuSubmenuItemLink:hover
{
  text-decoration: underline;
}