@import url(thirdnav.css);
#navigation {
  position: relative; }
  #navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    /* Hauptlevel */ }
    #navigation ul li {
      float: left;
      display: block;
      width: 121px;
      overflow: visible;
      height: 30px;
      border: 1px solid transparent;
      border-right-width: 0;
      border-bottom-width: 0;
      background-color: #49540f;
      color: white; }
      #navigation ul li a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: white; }
      #navigation ul li a:hover {
        background-color: #49540f;
        color: white; }
      #navigation ul li ul {
        display: none;
        position: absolute;
        top: 30px;
        /* 1. Foldout */ }
        #navigation ul li ul li:hover {
          background-color: #b6c587;
          color: #49540f; }
          #navigation ul li ul li:hover a {
            background-color: #b6c587;
            color: #49540f; }
        #navigation ul li ul li {
          float: none;
          border: 1px solid #49540f;
          border-top: 0;
          width: 200px;
          height: auto;
          position: relative;
          background-color: #fffde1;
          color: #49540f; }
          #navigation ul li ul li a {
            color: #49540f; }
          #navigation ul li ul li ul {
            display: none;
            position: absolute;
            left: 200px;
            top: -4px;
            margin-top: -34px;
            margin-top: 4px;
            border-top: 1px solid #49540f;
            /* 2. Foldout */ }
            #navigation ul li ul li ul li {
              background-color: #fffde1;
              color: #49540f; }
              #navigation ul li ul li ul li a:hover {
                background-color: #fffde1;
                color: #49540f; }
    #navigation ul li.last {
      border-right-width: 1px; }
    #navigation ul li:hover {
      background-color: #fffde1;
      color: #49540f; }
      #navigation ul li:hover a {
        background-color: #fffde1;
        color: #49540f; }
    #navigation ul :hover ul {
      display: block; }
      #navigation ul :hover ul li ul {
        display: none;
        position: absolute;
        left: 200px;
        top: -4px;
        margin-top: -34px;
        margin-top: 4px;
        border-top: 1px solid #49540f; }
      #navigation ul :hover ul li:hover ul {
        display: block; }

.menu table {
  position: absolute;
  top: 0;
  left: 0; }

