#header {
    height: 252px;
    background-image: url('./../img/index/sus.jpg');
}

#meniu ul li a {
    display: block;
    width: 201px;
    height: 33px;
}

#meniu ul li a.despre_noi {
    background: url('./../img/index/111.jpg');
}

#meniu ul li a.echipa {
    background: url('./../img/index/222.jpg');
}

#meniu ul li a.servicii {
    background: url('./../img/index/333.jpg');
}

#meniu ul li a.galerie_foto {
    background: url('./../img/index/444.jpg');
}

#meniu ul li a.contact {
    background: url('./../img/index/555.jpg');
}

#meniu ul li a:hover {
    background-position: -201px;
}

#meniu ul li a span {
    display: none;
}