﻿@charset "utf-8";
/* CSS Document */

#allPetroPages
{
  display: inline-block;
  width: 127px;
  height: 30px;
  background: url("images/all_btn.jpg") no-repeat 0 0;

}

#allPetroPages:hover
{ 
  background-position: 0 -30px;
}

#allPetroPages span
{
	display:none;
  
}

#supplier
{
  display: inline-block;
  width: 104px;
  height: 30px;
  background: url("images/about_abandonment_services.jpg") no-repeat 0 0;

}

#supplier:hover
{ 
  background-position: 0 -30px;
}

#supplier span
{
	display:none;
  
}

#products
{
  display: inline-block;
  width: 90px;
  height: 30px;
  background: url("images/well-services.jpg") no-repeat 0 0;

}

#products:hover
{ 
  background-position: 0 -30px;
}

#products span
{
	display:none;
  
}


#email
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/small-icons-email.gif") no-repeat 0 0;

}

#email:hover
{ 
  background-position: 0 -16px;
}

#email span
{
	display:none;
  
}

#twitter
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/small-icons-twitter.gif") no-repeat 0 0;

}

#twitter:hover
{ 
  background-position: 0 -16px;
}

#twitter span
{
	display:none;
  
}

#chat
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/small-icons-g-talk.gif") no-repeat 0 0;

}

#chat:hover
{ 
  background-position: 0 -16px;
}

#chat span
{
	display:none;
  
}

#linkedin
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/small-icons-linked-in.gif") no-repeat 0 0;

}

#linkedin:hover
{ 
  background-position: 0 -16px;
}

#linkedin span
{
	display:none;
  
}


#facebook
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/small-icons-facebook.gif") no-repeat 0 0;

}

#facebook:hover
{ 
  background-position: 0 -16px;
}

#facebook span
{
	display:none;
  
}

#rss
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/small-icons-rss.gif") no-repeat 0 0;

}

#rss:hover
{ 
  background-position: 0 -16px;
}

#rss span
{
	display:none;
  
}
