﻿DIV.clickpath {
  height: 23px;
  margin: 10px 0px 10px 5px;
  width: 859px;
}
DIV.clickpathleft {
  background-image: url(../images/clickpath/left.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  height: 23px;
  width: 20px;
}
DIV.clickpathdiv {
  float: right;
  height: 23px;
  width: 839px;
}
DIV.clickpathcenter {
  background-image : url(../images/clickpath/center.gif);
  background-position: left top;
  background-repeat: repeat-x;
  height: 23px;
  float: left;
  width: 819px;
}
DIV.clickpathright {
  background-image : url(../images/clickpath/right.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float: right;
  height: 23px;
  width: 20px;
}
UL.clickpath {
  list-style-type: none;
  margin: 0px 0px 0px -40px;
  white-space: nowrap;
}
UL.clickpath LI {
  float: left;
  height: 23px;
  padding: 2px 5px 0px 0px;
}
