/* download sales */

#dlsales {
  margin: 0;
  padding: 0;
  height: 13px;
  list-style: none;
  overflow: hidden;
}

#dlsales li{
  margin: 0; 
  padding: 0;
  width: 106px;
    list-style: none;
}

#dlsales a {
  width: 106px;
  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/fax-downloads-brochure.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: 135px;
    list-style: none;
}

#dlsupport a {
  width: 135px;
  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;  
}

#dlippbx a  {
  top: 14px;
  left: 0px;
  position: absolute;
  background: url(media/fax-downloads-ippbx.gif) top left no-repeat;
}

#dldata a  {
  top: 53px;
  left: 0px;
  position: absolute;
  background: url(media/fax-downloads-data.gif) top left no-repeat;
}

#dlreference a  {
  top: 94px;
  left: 0px;
  position: absolute;
  background: url(media/fax-downloads-reference.gif) top left no-repeat;
}

#dlmanual a  {
  top: 133px;
  left: 0px;
  position: absolute;
  background: url(media/fax-downloads-manual.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: 135px;
    list-style: none;
}

#dlorder a {
  width: 100px;
  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;  
}

#dlvoip a  {
  top: 14px;
  left: 0px;
  position: absolute;
  background: url(media/fax-downloads-voip.gif) top left no-repeat;
}

#dldigital a  {
  top: 53px;
  left: 0px;
  position: absolute;
  background: url(media/fax-downloads-digital.gif) top left no-repeat;
}

#dlanalog a  {
  top: 94px;
  left: 0px;
  position: absolute;
  background: url(media/fax-downloads-analog.gif) top left no-repeat;
}

