﻿@charset "utf-8";
/* CSS Document */

#industries
{
  display: inline-block;
  width: 113px;
  height: 33px;
  background: url("images/ground-penetrating-radar-industries-btn.jpg") no-repeat 0 0;

}

#industries:hover
{ 
  background-position: 0 -33px;
}

#industries span
{
	display:none;
  
}

#services
{
  display: inline-block;
  width: 112px;
  height: 33px;
  background: url("images/geotechnical_services_btn.jpg") no-repeat 0 0;}

#services:hover { background-position: 0 -33px;}

#services span {display:none;}


#technologies
{
  display: inline-block;
  width: 139px;
  height: 33px;
  background: url("images/geological_surveys_btn.jpg") no-repeat 0 0;

}

#technologies:hover
{ 
  background-position: 0 -33px;
}

#technologies span
{
	display:none;
  
}

#projects
{
  display: inline-block;
  width: 111px;
  height: 33px;
  background: url("images/structural_movement_monitoring_projects_btn.jpg") no-repeat 0 0;

}

#projects:hover
{ 
  background-position: 0 -33px;
}

#projects span
{
	display:none;
  
}

#downloads
{
  display: inline-block;
  width: 126px;
  height: 33px;
  background: url("images/bridge_pavement_examination_download_btn.jpg") no-repeat 0 0;

}

#downloads:hover
{ 
  background-position: 0 -33px;
}

#downloads span
{
	display:none;
  
}
