#nav {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#wrapNav, #ulNav {
  height: 57px;
  vertical-align: bottom;
  width: 776px;
}
#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: #000;
  display: block;
  float: left;
  font: 6px/88px Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  width: 100%;
  height: 57px;
}



#liAbout {
  width: 144px;
  _width:100px;
  background: url(about.png) no-repeat -888px -888px;
  
}

#liRequest {
  background: url(request.png) no-repeat -888px -888px;
  width: 173px;
  
}
#liShowroom {
  background: url(showroom.png) no-repeat -888px -888px;
  width: 181px;
  
}
#liProducts {
  background: url(product.png) no-repeat -888px -888px;
  width: 164px;
  
}
#liContact {
  background: url(contact.png) no-repeat -888px -888px;
  width: 112px;
  
}





.about {
  background: url(about.png) no-repeat;
  
}
.request {
  background: url(request.png) no-repeat;
  
}
.showroom {
  background: url(showroom.png) no-repeat;
  
}
.products {
  background: url(product.png) no-repeat;
  
}


.contact {
  background: url(contact.png) no-repeat;
  
}


.nav {
  background: url(nav.png) no-repeat;
  
}