@charset "utf-8";
/* CSS Document */

#bt-empresa {
background: url(../img/menu-company.png) no-repeat 0 0; 
width: 76px; height: 21px;
}
#bt-empresa:hover {
background: url(../img/menu-company.png) no-repeat 0 -21px;
}

#bt-produtos {
background: url(../img/menu-products.png) no-repeat 0 0; 
width: 173px; height: 21px;
}
#bt-produtos:hover {
background: url(../img/menu-products.png) no-repeat 0 -21px;
}

#bt-fundos {
background: url(../img/menu-funds.png) no-repeat 0 0; 
width: 45px; height: 21px;
}
#bt-fundos:hover {
background: url(../img/menu-funds.png) no-repeat 0 -21px;
}

#bt-contato {
background: url(../img/menu-contact.png) no-repeat 0 0; 
width: 65px; height: 21px;
}
#bt-contato:hover {
background: url(../img/menu-contact.png) no-repeat 0 -21px;
}

#language {
background: url(../img/bt_ferramentas.png) no-repeat 0 0; 
width: 103px; height: 14px;
}
#language:hover {
background: url(../img/bt_ferramentas.png) no-repeat 0 -28px; 
width: 103px; height: 14px;
}
