/* download sales */

#dlsales {
  margin: 0;
  padding: 0;
  height: 13px;
  list-style: none;
  overflow: hidden;
}

#dlsales li{
  margin: 0; 
  padding: 0;
  width: 114px;
    list-style: none;
}

#dlsales a {
  width: 114px;
  padding: 13px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:13px; /* for IE5/Win only */
}

#dlsales a:active, #dlsales a.selected {
  background-position: 0 -13px;
}

#dlsales a:hover {
  background-position: 0 -13px;  
}

#dlbrochure a  {
  top: 14px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-downloads-brochure.gif) top left no-repeat;
}

#dlhl a  {
  top: 53px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-downloads-highlights.gif) top left no-repeat;
}

/* download support */



#dlsupport {
  margin: 0;
  padding: 0;
  height: 13px;
  list-style: none;
  overflow: hidden;
}

#dlsupport li{
  margin: 0; 
  padding: 0;
  width: 166px;
    list-style: none;
}

#dlsupport a {
  width: 166px;
  padding: 13px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:13px; /* for IE5/Win only */
}

#dlsupport a:active, #dlsupport a.selected {
  background-position: 0 -13px;
}

#dlsupport a:hover {
  background-position: 0 -13px;  
}

#dlcapture a  {
  top: 14px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-downloads-capture.gif) top left no-repeat;
}

#dlcol a  {
  top: 53px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-downloads-collection.gif) top left no-repeat;
}

#dlint a  {
  top: 94px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-downloads-integration.gif) top left no-repeat;
}

#dlmort a  {
  top: 135px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-downloads-mortgage.gif) top left no-repeat;
}

/* download order forms */


#dlorder {
  margin: 0;
  padding: 0;
  height: 13px;
  list-style: none;
  overflow: hidden;
}

#dlorder li{
  margin: 0; 
  padding: 0;
  width: 118px;
    list-style: none;
}

#dlorder a {
  width: 118px;
  padding: 13px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:13px; /* for IE5/Win only */
}


#dlorder a:active, #dlorder a.selected {
  background-position: 0 -13px;
}

#dlorder a:hover {
  background-position: 0 -13px;  
}

#dlstd a  {
  top: 14px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-downloads-standard.gif) top left no-repeat;
}

#dlent a  {
  top: 53px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-downloads-enterprise.gif) top left no-repeat;
}


