  .navmenu {
    cursor: pointer;
    width: 224px;
    height: 24px;
    font-family: tahoma, arial, verdana;
    font-size: 10px;
    color: #c57d29;
    background: url('../img/ddmenu.png') no-repeat;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    text-align: left;
    margin-left: 420px;
  }

  .ddmenu {
    margin-left: 423px;
    display: none;
    z-index: 4;
    width: 216px;
    margin-top: 14px;
    position: absolute;
    background-color: #fffad8;
    border: 1px solid #fff;
    border-bottom: 0px;
    border-top: 0px;
    font-family: tahoma, arial, verdana;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    padding-top: 10px;
  }

  .ddmenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }

  .ddmenu a {
    display: block;
    text-indent: 20px;
    font-size: 10px;
    height: 20px;
    width: 214px;
    color: #222;
    text-decoration: none;
  }

  .ddmenu a:hover {
    background-color: #ffed75;
    color: #aa680a;
    font-weight: bold;
  }

  .nolink {
    font-weight: bold;
    padding-left: 10px;
    font-size: 10px;
    color: #aa680a;
  }

  .link {
    font-weight: bold;
    font-size: 10px;
    color: #aa680a;
  }

  .link a {
    display: block;
    text-indent: 10px;
    font-size: 10px;
    height: 20px;
    width: 214px;
    color: #aa680a;
    text-decoration: none;
  }

  .link a:hover {
    background-color: #ffed75;
    font-weight: bold;
  }
