

  /* CSS for a "horizontal.menu", style "path" ... */
  table.menu-path {
    border-style:none;
    border-width:0px;
    border-spacing:0px;
    padding:0px;
    width:100%;
  }
  /* IE6 hack */
  * html table.menu-path {
    table-layout:auto;
  }
  td.last-fill-path,
  td.enabled-path, 
  td.first-enabled-path, td.last-enabled-path, 
  td.enabled-selected-path,
  td.first-enabled-selected-path, td.last-enabled-selected-path,
  td.enabled-focused-path,
  td.first-enabled-focused-path, td.last-enabled-focused-path,
  td.special-path,
  td.first-special-path, td.last-special-path, 
  td.disabled-path,
  td.first-disabled-path, td.last-disabled-path {
    white-space:nowrap;
    padding:0px;
    border-top-width:0px;
    border-bottom-width:0px;
    border-top-style:none;
    border-bottom-style:none;
    border-top-color:#a9acce;
    border-bottom-color:#a9acce;
  }
  td.first-fill-path,
  td.first-enabled-path,
  td.first-enabled-selected-path,
  td.first-enabled-focused-path,
  td.first-special-path,
  td.first-disabled-path {
    border-left-width:0px;
    border-left-style:none;
    border-left-color:#a9acce;
  }
  td.fill-path, 
  td.enabled-path, 
  td.enabled-selected-path,
  td.enabled-focused-path,
  td.special-path, 
  td.disabled-path {
    border-left-width:0px;
    border-left-style:none;
    border-left-color:#a9acce;
  }
  td.last-fill-path, 
  td.last-enabled-path, 
  td.last-enabled-selected-path,
  td.last-enabled-focused-path,
  td.last-special-path, 
  td.last-disabled-path {
    border-left-width:0px;
    border-right-width:0px;
    border-left-style:none;
    border-right-style:none;
    border-left-color:#a9acce;
    border-right-color:#a9acce;
  }
  td.last-fill-path {
    width:100%;
  }
  a.enabled-path, span.enabled-path,
  a.enabled-selected-path, span.enabled-selected-path,
  a.enabled-focused-path, span.enabled-focused-path,
  a.special-path, span.special-path,
  span.disabled-path, span.fill-path {
    font-family:Verdana,Helvetica,Arial,sans-serif;
    font-weight:normal;
    font-size:10px;
    text-decoration:none;
    height:12px;
    line-height:12px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:15px;
    position: relative;
    display: inline;
  }
  /* non IE6 hack */
  html>body a.enabled-path, html>body span.enabled-path,
  html>body a.enabled-selected-path,
  html>body span.enabled-selected-path,
  html>body a.enabled-focused-path,
  html>body span.enabled-focused-path,
  html>body a.special-path, html>body span.special-path,
  html>body span.disabled-path, html>body span.fill-path {
    float: left;
  }
  a.enabled-path {
    color:#666666;
  }
  a.enabled-path:hover {
    color:#002a80;
  }
  a.enabled-selected-path {
    color:#666666;
  }
  a.enabled-selected-path:hover {
    color:#002a80;
  }
  a.enabled-focused-path {
    color:#666666;
  }
  a.enabled-focused-path:hover {
    color:#002a80;
  }
  a.special-path {
    color:#666666;
  }
  a.special-path:hover {
    color:#002a80;
  }
  a.disabled-path {
    color:#999999;
  }
  span.disabled-path, span.fill-path {
    color:#999999;
  }
  span.fill-path {
    padding-left: 0px;
    padding-right: 0px;
    width:100%;
  }
  img.enabled-icon-path, img.enabled-selected-icon-path, 
  img.enabled-focused-icon-path, img.special-icon-path,
  img.disabled-icon-path {
  }
  /* ... CSS for a "horizontal.menu", style "path" */



