@charset "UTF-8";
/* CSS Document */

#home
{
	display: block;
	width: 66px;
	height: 26px;
	background: url("../but/home.png") no-repeat 0 0;
	float: left;
	position: relative;
	margin-left: 35px;
}

#home:hover
{ 
  background-position: 0 -26px;
}

#home span
{
  display: none;
}

#vans
{
	display: block;
	width: 66px;
	height: 26px;
	background: url("../but/vans.png") no-repeat 0 0;
	float: left;
	position: relative;
	margin-left: 25px;
}

#vans:hover
{ 
  background-position: 0 -26px;
}

#vans span
{
  display: none;
}

#avail
{
	display: block;
	width: 223px;
	height: 26px;
	background: url("../but/availability.png") no-repeat 0 0;
	float: left;
	position: relative;
	margin-left: 12px;
}

#avail:hover
{ 
  background-position: 0 -26px;
}

#avail span
{
  display: none;
}

#how
{
	display: block;
	width: 139px;
	height: 26px;
	background: url("../but/how.png") no-repeat 0 0;
	float: left;
	position: relative;
	margin-left: 25px;
}

#how:hover
{ 
  background-position: 0 -26px;
}

#how span
{
  display: none;
}

#things
{
	display: block;
	width: 141px;
	height: 26px;
	background: url("../but/things.png") no-repeat 0 0;
	float: left;
	position: relative;
	margin-left: 24px;
}

#things:hover
{ 
  background-position: 0 -26px;
}

#things span
{
  display: none;
}

#contact
{
	display: block;
	width: 84px;
	height: 26px;
	background: url("../but/contact.png") no-repeat 0 0;
	float: left;
	position: relative;
	margin-left: 25px;
}

#contact:hover
{ 
  background-position: 0 -26px;
}

#contact span
{
  display: none;
}




