      .section_header.frettir {
        height:33px;
        display:block;
        background:left center no-repeat url('/static/img/frettir_header.jpg');
      }
      .section_header.skodun {
        height:40px;
        display:block;
        background:left top no-repeat url('/static/img/skodun_header.png');
      }
      .section_header.eftirvinnu {
        height:95px;
        display:block;
        background:left center no-repeat url('/static/img/eftirvinnu_header.jpg');
      }
      .section_menu {
          border-top: 2px solid #D6CEC5;
          border-bottom:3px solid #AAA59A;
          padding-top:4px;
          padding-bottom:4px;
      }
      .section_menu .mlabel, .section_menu .divider {
          color: #AAA59A;
          float:left;
          padding-left:5px;
          padding-right:5px;
      }
      .section_menu .divider {
          font-weight:bold;
          display:block;
      }
      .section_menu div.mdropdown, .section_menu a {
          color: #2252BB;
          position:relative;
          float:left;
          display:block;
          cursor:pointer;
      }
      .section_menu div.mdropdown_list {
          display:none;
          position:absolute;
          top:20px;
          left:-20px;
          z-index:1000;
          width:100px;
          padding:10px;
          background:white;
          border:1px solid #BFBAB4;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          -webkit-box-shadow: 1px 1px 2px 1px #999;
          -moz-box-shadow: 1px 1px 2px 1px #999;
          box-shadow: 1px 1px 2px 1px #999;
      }
      .section_menu a.selected {
          color:black;
          font-weight:bold;
      }
      .section_menu_eftirvinnu {
          border-top: 4px solid #333333;
          border-bottom:1px solid #333333;
          padding-top:4px;
          padding-bottom:4px;
      }
      .section_menu_eftirvinnu a {
          color: #333;
          float:left;
          font-weight:bold;
          padding-right:15px;
          display:block;
      }
      .section_menu_eftirvinnu a.selected {
          color: #2252BB;
      }

