ul.mainNav {
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
}
ul.mainNav li {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-right: 15px;
}
ul.mainNav li a {
    margin: 0px;
    padding: 0px;
    height: 30px;
}
.menuAutentificare {
    background: url("../images/menu/autentificare.gif") no-repeat 0px 0px;
    width: 114px;
    height: 33px;
    display: block;
}
.menuAutentificare:hover {
    background: url("../images/menu/autentificare.gif") no-repeat 0px -33px;
    width: 114px;
    height: 33px;
    cursor: pointer;
}
.menuCautare {
    background: url("../images/menu/cautare.gif") no-repeat 0px 0px;
    width: 74px;
    height: 33px;
    display: block;
}
.menuCautare:hover {
    background: url("../images/menu/cautare.gif") no-repeat 0px -33px;
    width: 74px;
    height: 33px;
    cursor: pointer;
}
.menuOferte {
    background: url("../images/menu/oferte.gif") no-repeat 0px 0px;
    width: 59px;
    height: 33px;
    display: block;
}
.menuOferte:hover {
    background: url("../images/menu/oferte.gif") no-repeat 0px -33px;
    width: 59px;
    height: 33px;
    cursor: pointer;
}
.menuContact {
    background: url("../images/menu/contact.gif") no-repeat 0px 0px;
    width: 71px;
    height: 33px;
    display: block;
}
.menuContact:hover {
    background: url("../images/menu/contact.gif") no-repeat 0px -33px;
    width: 71px;
    height: 33px;
    cursor: pointer;
}
.menuContulMeu {
    background: url("../images/menu/contulMeu.gif") no-repeat 0px 0px;
    width: 98px;
    height: 33px;
    display: block;
}
.menuContulMeu:hover {
    background: url("../images/menu/contulMeu.gif") no-repeat 0px -33px;
    width: 98px;
    height: 33px;
    cursor: pointer;
}
.menuOferteleMele {
    background: url("../images/menu/oferteleMele.gif") no-repeat 0px 0px;
    width: 113px;
    height: 33px;
    display: block;
}
.menuOferteleMele:hover {
    background: url("../images/menu/oferteleMele.gif") no-repeat 0px -33px;
    width: 113px;
    height: 33px;
    cursor: pointer;
}
.menuLogout {
    background: url("../images/menu/logout.gif") no-repeat 0px 0px;
    width: 60px;
    height: 33px;
    display: block;
}
.menuLogout:hover {
    background: url("../images/menu/logout.gif") no-repeat 0px -33px;
    width: 60px;
    height: 33px;
    cursor: pointer;
}