/* Top Buttons */

a.home {
  float:left;
  display: block;
  position:relative;
  width: 65px;
  height: 27px;
  background-image:url(images/home_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow:hidden;
}

a.home:hover {
  background-position: 0px -27px;
}

a.local {
  float:left;
  display: block;
  position:absolute;
  width: 67px;
  height: 27px;
  background-image:url(images/local_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left:118px;
  overflow:hidden;
}

a.local:hover {
  background-position: 0px -27px;
}

a.longdist {
  float:left;
  display: block;
  position:absolute;
  width: 139px;
  height: 27px;
  background-image:url(images/long_distance_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left:185px;
  overflow:hidden;
}

a.longdist:hover {
  background-position: 0px -27px;
}

a.storage {
  float:left;
  display: block;
  position:absolute;
  width: 91px;
  height: 27px;
  background-image:url(images/storage_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left:324px;
  overflow:hidden;
}

a.storage:hover {
  background-position: 0px -27px;
}

a.movingsup {
  float:left;
  display: block;
  position:absolute;
  width: 155px;
  height: 27px;
  background-image:url(images/moving_supplies_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left:415px;
  overflow:hidden;
}

a.movingsup:hover {
  background-position: 0px -27px;
}

a.quote {
  float:left;
  display: block;
  position:absolute;
  width: 113px;
  height: 27px;
  background-image:url(images/free_quote_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left:570px;
  overflow:hidden;
}

a.quote:hover {
  background-position: 0px -27px;
}

a.about {
  float:left;
  display: block;
  position:absolute;
  width: 96px;
  height: 27px;
  background-image:url(images/about_us_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left:683px;
  overflow:hidden;
}

a.about:hover {
  background-position: 0px -27px;
}

a.employment {
  float:left;
  display: block;
  position:absolute;
  width: 123px;
  height: 27px;
  background-image:url(images/employment_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left:779px;
  overflow:hidden;
}

a.employment:hover {
  background-position: 0px -27px;
}

a.contact {
  float:left;
  display: block;
  position:absolute;
  width: 116px;
  height: 27px;
  background-image:url(images/contact_us_btn.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left:902px;
  overflow:hidden;
}

a.contact:hover {
  background-position: 0px -27px;
}

a.view {
	float:left;
	display: block;
	position:absolute;
	width: 122px;
	height: 14px;
	background-image:url(images/view_order_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left:423px;
	overflow:hidden;
	top: 200px;
}

a.view:hover {
  background-position: 0px -14px;
}

a.check {
	float:left;
	display: block;
	position:absolute;
	width: 62px;
	height: 14px;
	background-image:url(images/checkout_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left:563px;
	overflow:hidden;
	top: 200px;
}

a.check:hover {
  background-position: 0px -14px;
}

.search {
	float:left;
	display: block;
	position:absolute;
	width: 122px;
	height: 14px;
	background-image:url(images/searchstore.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left:645px;
	overflow:hidden;
	top: 200px;
}

input.go {
	float:left;
	display: block;
	position:absolute;
	width: 19px;
	height: 14px;
	background-image:url(images/go_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left:936px;
	overflow:hidden;
	top: 200px;
}

input.go:hover {
  background-position: 0px -14px;
}


/* Buttons Left */

#btnlft {
	width:144px;
	padding-bottom:5px;
	clear:both;
}

ul li a.btnleft, a.btnleft:visited, a.btnleft:active {
  display: block;
  position:relative;
  width: 140px;
  height: 17px;
  padding:10px 2px 2px 2px;
  font-size:14px;
  font-weight:bold;
  color:#ffffff;
  background-color:#999999;
  text-decoration:none;
  overflow:hidden;
}

a.btnleft:hover {
	background-color:#520318;
}