.bt1 {
  height:50px;
  width:101px;
}
.bt1[class] {
  background: url(/imgs/pt/quem_somos.png);
}
.bt1 a {
  display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	outline:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/pt/quem_somos.png');
}
.bt1 a:hover{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/pt/quem_somos_over.png');
  cursor:pointer;
}
.bt1[class] a:hover{
  background: url(/imgs/pt/quem_somos_over.png);
  filter:none;
}

.bt2 {
  height:50px;
  width:136px;
}
.bt2[class] {
  background: url(/imgs/pt/nossos_clientes.png);
}
.bt2 a {
  display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	outline:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/pt/nossos_clientes.png');
}
.bt2 a:hover{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/pt/nossos_clientes_over.png');
  cursor:pointer;
}

.bt2[class] a:hover{
  background: url(/imgs/pt/nossos_clientes_over.png);
  filter:none;
}

.bt3 {
  height:50px;
  width:85px;
}
.bt3[class] {
  background: url(/imgs/pt/noticias.png);
}
.bt3 a {
  display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	outline:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/pt/noticias.png');
}
.bt3 a:hover{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/pt/noticias_over.png');
  cursor:pointer;
}
.bt3[class] a:hover{
  background: url(/imgs/pt/noticias_over.png);
  filter:none
}

.bt5 {
  height:50px;
  width:92px;
}
.bt5[class] {
  background: url(/imgs/pt/contactos.png);
}
.bt5 a {
  display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	outline:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/pt/contactos.png');
}
.bt5 a:hover{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/pt/contactos_over.png');
  cursor:pointer;
}
.bt5[class] a:hover{
  background: url(/imgs/pt/contactos_over.png);
  filter:none
}
