      /* Load the file that makes IE mimic the hover-behaviour from the standard: */
      body {
        behavior:url("styles/csshover3.htc");
      }
	#nprbcssmenu {
	width: 800px;
	}
      /* the menu */

      ul#nprbMenu {
        border: 0px;
        clear: none;
      }

      ul#nprbMenu ul.first {
        left: 0px;
      }

      ul#nprbMenu li.nprb1 {
		background: url('../bilder/aktiviteter2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 158px;
		height: 215px;
        float: left;
      }
	  ul#nprbMenu li.nprb2 {
		background: url('../bilder/fiske2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 160px;
		height: 215px;
        float: left;
      }
	  ul#nprbMenu li.nprb3 {
		background: url('../bilder/mat2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 160px;
		height: 215px;
        float: left;
      }
	  ul#nprbMenu li.nprb4 {
		background: url('../bilder/boende2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 162px;
		height: 215px;
        float: left;
      }
	  ul#nprbMenu li.nprb5 {
		background: url('../bilder/paket2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 160px;
		height: 215px;
        float: left;
      }

      ul.nprb,
      li.nprb,
      span.nprb,
      a.nprb {
        display:block;
        margin:0;
        padding:0;
        border:0;
      }

      ul.nprb {
        list-style:none;
      }

      li.nprb1 {
        position:relative;
        z-index:9;
		width: 160px;
		padding: 120px 0px 0px 0px;
		font-size: 13px;
		font-family: arial,verdana;
		font-weight: bold;
      }
	  li.nprb2 {
        position:relative;
        z-index:9;
		width: 160px;
		padding: 120px 0px 0px 0px;
		font-size: 13px;
		font-family: arial,verdana;
		font-weight: bold;
      }
	  li.nprb3 {
        position:relative;
        z-index:9;
		width: 160px;
		padding: 120px 0px 0px 0px;
		font-size: 13px;
		font-family: arial,verdana;
		font-weight: bold;
      }
	  li.nprb4 {
        position:relative;
        z-index:9;
		width: 160px;
		padding: 120px 0px 0px 0px;
		font-size: 13px;
		font-family: arial,verdana;
		font-weight: bold;
      }
	  li.nprb5 {
        position:relative;
        z-index:9;
		width: 160px;
		padding: 120px 0px 0px 0px;
		font-size: 13px;
		font-family: arial,verdana;
		font-weight: bold;
      }
	.nprbtext {
		padding-left: 10px;
	}
      li.folder ul.nprb {
        position:absolute;
        left:4em; /* IE */
        top:0px;
    }
      li.folder>ul.nprb {
        left:9em; /* others */
      }

      span.nprb,
      a.nprb {
        padding-left: 1ex;
        padding-right: 1ex;
        text-decoration:none;
        color: #000;
        font-weight:bold;
        width:100%; /* IE */
      }

      li>span.nprb,
      li>a.nprb {
        width:auto; /* others */
      }

      li span.submenu,
      li a.submenu {
        background:url("../images/sub.gif") right no-repeat;
      }



      /* TEXT HOVERS */
      span.nprb:hover,
      a.nprb:hover {
        background-color:;
      }

      li.folder span.nprb:hover,
      li.folder a.nprb:hover {
      }

      li.folder:hover {
        z-index:10;
      }

      ul ul.nprb,
      li:hover ul ul.nprb {
        display:none;
      }

      li:hover ul.nprb,
      li:hover li:hover ul.nprb {
        display:block;
      }
      /* IMG HOVERS */
      ul#nprbMenu li.nprb1:hover {
		background: url('../bilder/aktiviteter-rollover2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 158px;
		height: 215px;
        float: left;
      }
	  ul#nprbMenu li.nprb2:hover {
		background: url('../bilder/fiske-rollover2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 160px;
		height: 215px;
        float: left;
      }
	  ul#nprbMenu li.nprb3:hover {
		background: url('../bilder/mat-rollover2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 160px;
		height: 215px;
        float: left;
      }
	  ul#nprbMenu li.nprb4:hover {
		background: url('../bilder/boende-rollover2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 162px;
		height: 215px;
        float: left;
      }
	  ul#nprbMenu li.nprb5:hover {
		background: url('../bilder/paket-rollover2.jpg') no-repeat;
        /* border: 1px solid red; */
        width: 160px;
		height: 215px;
        float: left;
      }
