#nav {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#wrapNav, #ulNav {
  height: 57px;
  vertical-align: bottom;
  width: 842px;
}
#wrapNav {
  margin: 0 auto;
  text-align: center;
}
ul#ulNav {
  list-style-type: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
ul#ulNav li {
  border: none;
  display: inline;
  float: left;   
  height: 55px;
  padding: 0;
}
ul#ulNav li a, ul#ulNav li a:link, ul#ulNav li a:visited, ul#ulNav li a:hover, ul#ulNav li a:active {
  color: #333;
  display: block;
  float: left;
  font: 6px/88px Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  width: 100%;
  height: 54px;
}
#liHome {
  width: 61px;
  background: url(../img/nav/home.png) no-repeat -888px -888px;
}
#liQuote {
  background: url(../img/nav/quote.png) no-repeat -888px -888px;
  width: 92px;
}
#liAbout {
  background: url(../img/nav/about.png) no-repeat -888px -888px;
  width: 81px;
}
#liInsure {
  background: url(../img/nav/insure.png) no-repeat -888px -888px;
  width: 114px;
}
#liAgent {
  background: url(../img/nav/agent.png) no-repeat -888px -888px;
  width: 119px;
}
#liLocation {
  background: url(../img/nav/location.png) no-repeat -888px -888px;
	width: 105px;
}
#liRepresent {
  background: url(../img/nav/represent.png) no-repeat -888px -888px;
  width: 167px;
}
#liContact {
	background: url(../img/nav/contact.png) no-repeat -888px -888px;
  width: 101px;
}
.home {
  background: url(../img/nav/home.png) no-repeat;
}
.quote {
  background: url(../img/nav/quote.png) no-repeat;
}
.about {
  background: url(../img/nav/about.png) no-repeat;
}
.insure {
  background: url(../img/nav/insure.png) no-repeat;
}
.agent {
  background: url(../img/nav/agent.png) no-repeat;
}
.location {
  background: url(../img/nav/location.png) no-repeat;
}
.represent {
  background: url(../img/nav/represent.png) no-repeat;
}
.contact {
  background: url(../img/nav/contact.png) no-repeat;
}
.nav {
  background: url(../img/nav/nav.png) no-repeat;
}