#footerNav {
  position:absolute;
	top:571px;
	left:-1px;
	width:800px;
	height:26px;
	background:transparent url(../images/navigation/toolbar.gif) top left no-repeat;
}

#footerNavPress, #footerNavHome, #footerNavAbout, #footerNavProducts, #footerNavCommissions, #footerNavContact, #footerNavNews, #footerNavLinks {
  position:absolute;
  display:block;
  top:0px;
  left:0px;
}

#footerNavPress {
  left:0px;
  width:100px;
  height:26px;
  background:transparent url(../images/navigation/buttons/navigator-press.gif) center center no-repeat;
  border: solid 0px lightblue;
}

#footerNavPress:hover {
  background:transparent url(../images/navigation/buttons/navigator-press-rollover.gif) center center no-repeat;
}

#footerNavHome {
  left:100px;
  width:100px;
  height:26px;
  background:transparent url(../images/navigation/buttons/navigator-home.gif) center center no-repeat;
  border: solid 0px pink;
}

#footerNavHome:hover {
  background:transparent url(../images/navigation/buttons/navigator-home-rollover.gif) center center no-repeat;
}

#footerNavAbout {
  left:200px;
  width:100px;
  height:26px;
  background:transparent url(../images/navigation/buttons/navigator-about-sixixis.gif) center center no-repeat;
  border: solid 0px green;
}

#footerNavAbout:hover {
  background:transparent url(../images/navigation/buttons/navigator-about-sixixis-rollover.gif) center center no-repeat;
}

#footerNavProducts {
  left:300px;
  width:100px;
  height:26px;
  background:transparent url(../images/navigation/buttons/navigator-products.gif) center center no-repeat;
  border: solid 0px yellow;
}

#footerNavProducts:hover {
  background:transparent url(../images/navigation/buttons/navigator-products-rollover.gif) center center no-repeat;
}

#footerNavCommissions {
  left:400px;
  width:100px;
  height:26px;
  background:transparent url(../images/navigation/buttons/navigator-commissions.gif) center center no-repeat;
  border: solid 0px red;
}

#footerNavCommissions:hover {
  background:transparent url(../images/navigation/buttons/navigator-commissions-rollover.gif) center center no-repeat;
}

#footerNavContact {
  left:500px;
  width:100px;
  height:26px;
  background:transparent url(../images/navigation/buttons/navigator-contact.gif) center center no-repeat;
  border: solid 0px blue;
}

#footerNavContact:hover {
  background:transparent url(../images/navigation/buttons/navigator-contact-rollover.gif) center center no-repeat;
}

#footerNavNews {
  left:600px;
  width:100px;
  height:26px;
  background:transparent url(../images/navigation/buttons/navigator-news.gif) center center no-repeat;
  border: solid 0px gray;
}

#footerNavNews:hover {
  background:transparent url(../images/navigation/buttons/navigator-news-rollover.gif) center center no-repeat;
}

#footerNavLinks {
  left:700px;
  width:100px;
  height:26px;
  background:transparent url(../images/navigation/buttons/navigator-links.gif) center center no-repeat;
  border: solid 0px coral;
}

#footerNavLinks:hover {
  background:transparent url(../images/navigation/buttons/navigator-links-rollover.gif) center center no-repeat;
}