  .menuitem { color: #993333; text-decoration: none; font-weight: bold; }
  .menuitem:hover { color: #8B8B8B; text-decoration: underline; font-weight: bold; }

  .menuitem_selected { color: #993333; text-decoration: none; font-weight: bold; }
  .menuitem_selected:hover { color: #8B8B8B; text-decoration: underline; font-weight: bold; }

  .sub_menuitem { color: #993333; text-decoration: none; font-weight: bold; }
  .sub_menuitem:hover { color: #8B8B8B; text-decoration: underline; font-weight: bold; }

  .sub_menuitem_selected { color: #993333; text-decoration: none; font-weight: bold; }
  .sub_menuitem_selected:hover { color: #8B8B8B; text-decoration: underline; font-weight: bold; }

  a { color: #993333; text-decoration: none; font-weight: bold; }
  a:hover { color: #8B8B8B; text-decoration: underline; font-weight: bold; }
