@charset "UTF-8";
/* CSS Document */


#about_button
{
  display: block;
  float:left;
  width: 160px;
  height: 20px;
  margin-top:20px;
  background: url("images/Menu2/about us.jpg") no-repeat 0 0;

}

#about_button.selected
{ 
  background-position: 0 -20px;
}

#about_button:hover
{ 
  background-position: 0 -20px;
}

#about_button span
{
  display: none;
}



#our_team_button
{
  display: block;
  float:left;
  width: 160px;
  height: 20px;
  margin-top:15px;
  background: url("images/Menu2/our team.jpg") no-repeat 0 0;

}

#our_team_button.selected
{ 
  background-position: 0 -20px;
}

#our_team_button:hover
{ 
  background-position: 0 -20px;
}

#our_team_button span
{
  display: none;
}




#our_services_button
{
  display: block;
  float:left;
  width: 160px;
  height: 40px;
  margin-top:14px;
  background: url("images/Menu2/consultancy services.jpg") no-repeat 0 0;

}

#our_services_button.selected
{ 
  background-position: 0 -40px;
}

#our_services_button:hover
{ 
  background-position: 0 -40px;
}

#our_services_button span
{
  display: none;
}




#contact_button
{
  display: block;
  float:left;
  width: 160px;
  height: 20px;
  margin-top:14px;
  background: url("images/Menu2/contact us.jpg") no-repeat 0 0;

}

#contact_button.selected
{ 
  background-position: 0 -20px;
}

#contact_button:hover
{ 
  background-position: 0 -20px;
}

#contact_button span
{
  display: none;
}





#current_developments_button
{
  display: block;
  float:left;
  width: 160px;
  height: 40px;
  margin-top:14px;
  background: url("images/Menu2/current developments.jpg") no-repeat 0 0;

}

#current_developments_button.selected
{ 
  background-position: 0 -40px;
}

#current_developments_button:hover
{ 
  background-position: 0 -40px;
}

#current_developments_button span
{
  display: none;
}




#previous_projects_button
{
  display: block;
  float:left;
  width: 160px;
  height: 40px;
  margin-top:14px;
  background: url("images/Menu2/previous developments.jpg") no-repeat 0 0;

}

#previous_projects_button.selected
{ 
  background-position: 0 -40px;
}

#previous_projects_button:hover
{ 
  background-position: 0 -40px;
}

#previous_projects_button span
{
  display: none;
}




#land_required_button
{
  display: block;
  float:left;
  width: 160px;
  height: 20px;
  margin-top:14px;
  background: url("images/Menu2/land required.jpg") no-repeat 0 0;

}

#land_required_button.selected
{ 
  background-position: 0 -20px;
}

#land_required_button:hover
{ 
  background-position: 0 -20px;
}

#land_required_button span
{
  display: none;
}


#news_button
{
  display: block;
  float:left;
  width: 160px;
  height: 20px;
  margin-top:14px;
  background: url("images/Menu2/news.jpg") no-repeat 0 0;

}

#news_button.selected
{ 
  background-position: 0 -20px;
}

#news_button:hover
{ 
  background-position: 0 -20px;
}

#news_button span
{
  display: none;
}

