  .navmenu {
    cursor: pointer;
    z-index: 5;
  }

  .ddmenu {
    margin-left: 5px;
    display: none;
    z-index: 4;
    width: 175px;
    position: absolute;
    background: url("images/bg_ddmenu.jpg") right repeat-y #FFF;
    border: 1px solid #494949;
    border-top: 0px;
    border-bottom: 0px;
    font-family: tahoma, arial, verdana;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    padding-top: 5px;
  }

  .ddmenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }

  .ddmenu a {
    display: block;
    text-indent: 20px;
    font-size: 10px;
    height: 20px;
    width: 175px;
    color: #222;
    text-decoration: none;
  }

  .ddmenu a:hover {
    background: url("images/menu_on_dd.png") right center no-repeat;
    font-weight: bold;
  }

  .ddbottom {
    display: none;
    z-index: 3;
    position: absolute;
    margin-left: -1px;
    margin-top: -2px;
  }

  .nolink {
    font-weight: bold;
    padding-left: 10px;
    font-size: 10px;
  }

  .link {
    font-weight: bold;
    font-size: 10px;
  }

  .link a {
    display: block;
    text-indent: 10px;
    font-size: 10px;
    height: 20px;
    width: 175px;
    text-decoration: none;
  }

  .link a:hover {
    background: url("images/menu_on_dd.png") right center no-repeat;
    font-weight: bold;
  }
