#bttn_about
{
	display: block;
	width: 118px;
	height: 53px;
	background-image: url(../images/bttn_about.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bttn_about:hover
{ 
  background-position: 0 -53px;
}

#bttn_about span
{
  display: none;
}

#bttn_prints
{
	display: block;
	width: 118px;
	height: 53px;
	background-image: url(../images/bttn_prints.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bttn_prints:hover
{ 
  background-position: 0 -53px;
}

#bttn_prints span
{
  display: none;
}


#bttn_work
{
	display: block;
	width: 118px;
	height: 53px;
	background-image: url(../images/bttn_work.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bttn_work:hover
{ 
  background-position: 0 -53px;
}

#bttn_work span
{
  display: none;
}


#bttn_blog
{
	display: block;
	width: 104px;
	height: 53px;
	background-image: url(../images/bttn_blog.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bttn_blog:hover
{ 
  background-position: 0 -53px;
}

#bttn_blog span
{
  display: none;
}


#bttn_contact
{
	display: block;
	width: 155px;
	height: 53px;
	background-image: url(../images/bttn_contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bttn_contact:hover
{ 
  background-position: 0 -53px;
}

#bttn_contact span
{
  display: none;
}
