/* CSS Document */

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 900px;
  height: 57px;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu li
{
display: inline;
}

#menu .home {
  width: 53px;
  height: 57px;
  background: url(imgs/menu/home.jpg) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .home span {
  width: 53px;
  height: 14px;
}

#menu .vehicle {
  width: 106px;
  height: 57px;
  background: url(imgs/menu/vehicle.jpg) no-repeat;
  left: 53px;
}
#menu .vehicle span {
  width: 106px;
  height: 53px;
}

#menu .boat {
  width: 99px;
  height: 57px;
  background: url(imgs/menu/boat.jpg) no-repeat;
  left: 159px;
}
#menu .boat span {
  width: 99px;
  height: 57px;
}
#menu .business {
  width: 108px;
  height: 57px;
  background: url(imgs/menu/business.jpg) no-repeat;
  left: 258px;
}
#menu .business span {
  width: 108px;
  height: 57px;
}
#menu .personal {
  width: 103px;
  height: 57px;
  background: url(imgs/menu/personal.jpg) no-repeat;
  left: 366px;
}
#menu .personal span {
  width: 99px;
  height: 57px;
}
#menu .homeim {
  width: 160px;
  height: 57px;
  background: url(imgs/menu/homeimpr.jpg) no-repeat;
  left: 469px;
}
#menu .homeim span {
  width: 160px;
  height: 57px;
}
#menu .why {
  width: 152px;
  height: 57px;
  background: url(imgs/menu/wht.jpg) no-repeat;
  left: 629px;
}
#menu .why span {
  width: 152px;
  height: 57px;
}
#menu .contact {
  width: 119px;
  height: 57px;
  background: url(imgs/menu/touch.jpg) no-repeat;
  left: 781px;
}
#menu .contact span {
  width: 119px;
  height: 57px;
}
#container {
	margin: auto;
	width: 700px;
}

