div.ornament span {
  display: none;
}
div.ornament div#dato {
  position: absolute;
  top: 12px;
  left: 43px;
  background: url("../grafikk/topp/dato.png");
  width: 97px;
  height: 13px;
}
div.ornament a#bergen {
  position: absolute;
  top: 10px;
  left: 220px;
  background: url("../grafikk/topp/bergen.png");
  width: 66px;
  height: 13px;
}
div.ornament a#bergen:hover {
  background: url("../grafikk/topp/bergen_negativ.png");
}
div.ornament a#norway { 
  position: absolute;
  top: 10px;
  left: 365px;
  background: url("../grafikk/topp/norge.html");
  width: 59px;
  height: 13px;
}
div.ornament a#norway:hover {
  background: url("../grafikk/topp/norge_negativ.html");
}
ul a#english {
  width: 58px;
  height: 11px;
  background: url("../grafikk/topp/english.png");
  background-repeat: no-repeat;
}
ul a#english:hover, ul a.marked#english {
  background: url("../grafikk/topp/english_negativ.png");     
  background-repeat: no-repeat;
}
ul a#norsk {
  width: 48px;
  height: 11px;
  background: url("../grafikk/topp/norsk.png");
  background-repeat: no-repeat;
}
ul a#norsk:hover, ul a.marked#norsk {
  width: 48px;
  height: 11px;
  background: url("../grafikk/topp/norsk_negativ.png");
  background-repeat: no-repeat;
}


ul a#arenaer {
  width: 191px;
  height: 29px;
  background: url("../grafikk/meny/norsk/arenaer_negativ.png");
  background-repeat: no-repeat;
}
ul a#arenaer:hover, ul a.marked#arenaer {
  background: url("../grafikk/meny/norsk/arenaer_positiv.png");
  background-repeat: no-repeat;
}


ul a#arkiv {
  width: 118px;
  height: 29px;
  background: url("../grafikk/meny/norsk/arkiv_negativ.png");
  background-repeat: no-repeat;
}
ul a#arkiv:hover, ul a.marked#arkiv {
  background: url("../grafikk/meny/norsk/arkiv_positiv.png");
  background-repeat: no-repeat;
}


ul a#artistar {
  width: 186px;
  height: 30px;
  background: url("../grafikk/meny/norsk/artistar_negativ.png");
  background-repeat: no-repeat;
}
ul a#artistar:hover, ul a.marked#artistar {
  background: url("../grafikk/meny/norsk/artistar_positiv.png");
  background-repeat: no-repeat;
}

ul a#billettar {
  width: 185px;
  height: 29px;
  background: url("../grafikk/meny/norsk/billettar_negativ.png");
  background-repeat: no-repeat;
}
ul a#billettar:hover, ul a.marked#billettar {
  background: url("../grafikk/meny/norsk/billettar_positiv.png");
  background-repeat: no-repeat;
}


ul a#nyheiter {
  width: 194px;
  height: 29px;
  background: url("../grafikk/meny/norsk/nyhende_negativ.png");
  background-repeat: no-repeat;
}
ul a#nyheiter:hover, ul a.marked#nyheiter {
  background: url("../grafikk/meny/norsk/nyhende_positiv.png");
  background-repeat: no-repeat;
}

ul a#om_borealis {
  width: 271px;
  height: 30px;
  background: url("../grafikk/meny/norsk/om_borealis_negativ.png");
  background-repeat: no-repeat;
}
ul a#om_borealis:hover, ul a.marked#om_borealis {
  background: url("../grafikk/meny/norsk/om_borealis_positiv.png");
  background-repeat: no-repeat;
}

ul a#presse {
  width: 145px;
  height: 30px;
  background: url("../grafikk/meny/norsk/presse_negativ.png");
  background-repeat: no-repeat;
}
ul a#presse:hover, ul a.marked#presse {
  background: url("../grafikk/meny/norsk/presse_positiv.png");
  background-repeat: no-repeat;
}

ul a#program {
  width: 204px;
  height: 29px;
  background: url("../grafikk/meny/norsk/program_negativ.png");
  background-repeat: no-repeat;
}
ul a#program:hover, ul a.marked#program {
  background: url("../grafikk/meny/norsk/program_positiv.png");
  background-repeat: no-repeat;
}


