.menu .home, .menu .produkty, .menu .stroje, .menu .kontakty{
height:22px;
display:block;
}
.menu .home{
width:51px;
background: url("images/cz-home.png") no-repeat top;
}
.menu .produkty{
width:89px;
background: url("images/cz-produkty.png") no-repeat top;
}
.menu .stroje{
width:67px;
background: url("images/cz-stroje.png") no-repeat top;
}
.menu .kontakty{
width:89px;
background: url("images/cz-kontakty.png") no-repeat top;
}
.menu .home:hover, .menu .produkty:hover, .menu .stroje:hover, .menu .kontakty:hover, .menu .over{
background-position:0 -22px;
}
