@charset "utf-8";
/* CSS Document */
#services{
  display: block;
  width: 88px;
  height: 30px;
  background: url("images/but-services.png") no-repeat 0 0;
}
#services:hover{ 
  background-position: 0 -30px;
}
#services span{
	display: none;
	overflow: hidden;
}
#home{
	display: block;
	width: 57px;
	height: 30px;
	background: url("images/but-home.png") no-repeat 0 0;
	margin: 0px;
}
#home:hover{ 
  background-position: 0 -30px;
}
#home span{
  display: none;
}
#faq{
  display: block;
  width: 58px;
  height: 30px;
  background: url("images/but-faq.png") no-repeat 0 0;
}
#faq:hover{ 
  background-position: 0 -30px;
}
#faq span{
	display: none;
}
#audio{
  display: block;
  width: 125px;
  height: 30px;
  background: url("images/but-audio.png") no-repeat 0 0;
}
#audio:hover{ 
  background-position: 0 -30px;
}
#audio span{
  display: none;
}
#shop{
  display: block;
  width: 52px;
  height: 30px;
  background: url("images/but-shop.png") no-repeat 0 0;
}
#shop:hover{ 
  background-position: 0 -30px;
}
#shop span{
  display: none;
}
#authors{
  display: block;
  width: 89px;
  height: 30px;
  background: url("images/but-authors.png") no-repeat 0 0;
}
#authors:hover{ 
  background-position: 0 -30px;
}
#authors span{
  display: none;
}
#press{
  display: block;
  width: 62px;
  height: 30px;
  background: url("images/but-press.png") no-repeat 0 0;
}
#press:hover{ 
  background-position: 0 -30px;
}
#press span{
  display: none;
}
#buynow{
	display: block;
	width: 150px;
	height: 30px;
	background: url("images/but-buy-now.png") no-repeat 0 0;
	vertical-align: middle;
}
#buynow:hover{ 
  background-position: 0 -30px;
}
#buynow span{
  display: none;
}
