#nav {
  position:relative;
  clear:both;
  width: 999px;
  border-top: 2px solid #000;
  margin:0;
  padding:0;
  height:40px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index:2;
}

#nav li {
  float: left;
  position: relative;
}

#nav #topMenuLinkHolder li ul{
  visibility: hidden;
  position: absolute;
  left: 0;
}
#nav #topMenuLinkHolder li:hover ul,
#nav #topMenuLinkHolder li.over ul,
#nav #topMenuLinkHolder li a:hover ul{ /* lists nested under hovered list items */
  display: block;
  visibility:visible;
}



#nav a {
  background-color: #FFF;
  display: block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:black;
  text-align: left;
  text-decoration: none;
  outline:none;
}

#nav #toppMeny .active{
  position:relative;
  font-weight: bold;
  outline:none;
  height:22px;
  background: #fff;
}
/*#nav #toppMeny a {
  position: relative;
}*/
#nav #toppMeny a span.box{
  position: relative;
  margin: 0 10px 0 0;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  display: block;
  float: left;
}
#nav #toppMeny a span.text{
  position:relative;
  top: 3px;
}

#nav #topMenuLinkHolder ul {
  position:relative;
  margin-top:-7px;
  *margin-top:0;
  background-color: #fff;
  border-bottom: 1px solid #E3DED6;
  height: 16px;
}
#toppMenuUl {
  position:relative;
  width:999px;
  height:20px;
  z-index:2;
}
#nav #toppMeny ul.displayBordertabHeim {
  border-bottom: 1px solid #E3DED6;
}
#nav #toppMeny ul.displayBordertabNyheiter {
  border-bottom: 1px solid #B8282F;
}
#nav #toppMeny ul.displayBordertabSport {
  border-bottom: 1px solid #85B652;
}
#nav #toppMeny ul.displayBordertabKultur {
  border-bottom: 1px solid #F09800;
}
#nav #toppMeny ul.displayBordertabMeiningar {
  border-bottom: 1px solid #749385;
}
#nav #toppMeny ul.displayBordertabHD-spelar {
  border-bottom: 1px solid #3683AB;
}
#nav #toppMeny ul.displayBordertabKundesenter {
  border-bottom: 1px solid #B5AC46;
}
#nav #toppMeny ul.displayBordertabHallingdal {
  border-bottom: 1px solid #DD92B4;
}
#nav #toppMeny ul.displayBordertabTenester {
  border-bottom: 1px solid #AC84BE;
}
#nav #toppMeny ul.displayBordertabTema {
  border-bottom: 1px solid #7CC1B6;
}

#nav #topMenuLinkHolder li a:hover {
  font-weight: bold;
}

#nav .sectiondevider {
  border-left:1px solid #E3DED6;
  height:20px;
}
#nav li.colortabNyheiter {
  border-left:1px solid #B8282F;
  height:20px;
}
#nav li.colortabSport {
  border-left:1px solid #85B652;
  height:20px;
}
#nav li.colortabKultur {
  border-left:1px solid #F09800;
  height:20px;
}
#nav li.colortabMeiningar {
  border-left:1px solid #749385;
  height:20px;
}
#nav li.colortabHD-spelar {
  border-left:1px solid #3683AB;
  height:20px;
}
#nav li.colortabKundesenter {
  border-left:1px solid #B5AC46;
  height:20px;
}
#nav li.colortabHallingdal {
  border-left:1px solid #DD92B4;
  height:20px;
}
#nav li.colortabTenester {
  border-left:1px solid #AC84BE;
  height:20px;
}
#nav li.colortabTema {
  border-left:1px solid #7CC1B6;
  height:20px;
}

.boxNyheiter {
  background: url("../gfx/sec_marker_nyheiter_m.gif") no-repeat;
}
.boxSport {
  background: url("../gfx/sec_marker_sport_m.gif") no-repeat;
}
.boxKultur {
  background: url("../gfx/sec_marker_kultur_m.gif") no-repeat;
}
.boxMeiningar {
  background: url("../gfx/sec_marker_meiningar_m.gif") no-repeat;
}
.boxHD-spelar {
  background: url("../gfx/sec_marker_hdspelar_m.gif") no-repeat;
}
.boxKundesenter {
  background: url("../gfx/sec_marker_kundesenter_m.gif") no-repeat;
}
.boxHallingdal {
  background: url("../gfx/sec_marker_hallingdal_m.gif") no-repeat;
}
.boxTenester {
  background: url("../gfx/sec_marker_tenester_m.gif") no-repeat;
}
.boxTema {
  background: url("../gfx/sec_marker_tema_m.gif") no-repeat;
}

#topMenuLinkHolder {
  width: 100%;
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  float: left;
}
.toppMenyLinker a {
  text-decoration: none;
}
.toppMenyLinker a:hover {
  text-decoration: none;
}

#nav #topMenuLinkHolder li {
  margin-left: 5px;
}

#nav #topMenuLinkHolder li:hover ul,
#nav #topMenuLinkHolder li a:hover ul{
  margin-top:0;
  margin-left: -5px;
  padding-top:5px;
  background-color: #FFF;
  border-top: none;
  border-left: 1px solid #E3DED6;
  border-right: 1px solid #E3DED6;
  border-bottom: 1px solid #E3DED6;
  height:auto;
  width:80px;
}
#nav #topMenuLinkHolder li li a {
  width:70px;
}

#nav #toppMeny .displayBorder {
  border-bottom: 1px solid #E3DED6;
  width:999px;
  height:20px;
}
#nav #toppMeny .noDisplayBorder {
  border-bottom: none;
  width:999px;
  height:20px;
}

#nav .synlig {
    display: block;
}
#nav .skjult {
    display: none;
}
#nav .tips-oss {
  position:absolute;
  right: 10px;
  top:1px;
  z-index:3;
}
