ul.mainNav {
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
    height: 180px;
    margin-top: 18px;
    text-align: left;
}
ul.mainNav li {
    margin: 0px;
    padding: 0px;
    float: bottom;
    pposition: relative;
    margin-left: 18px;
    height: 25px;
    width: 184px;
}
ul.mainNav li a {
    margin: 0px;
    padding: 0px;
    height: 30px;
}
.menuAboutUs {
    background: url("../images/menu/about-us.gif") no-repeat 0px 0px;
    width: 184px;
    height: 25px;
    display: block;
}
.menuAboutUs:hover, .menuAboutUsSelected {
    background: url("../images/menu/about-us.gif") no-repeat 0px -25px;
    width: 184px;
    height: 25px;
    cursor: pointer;
    display: block;
}
.menuPlaneTickets {
    background: url("../images/menu/plane-tickets.gif") no-repeat 0px 0px;
    width: 184px;
    height: 25px;
    display: block;
}
.menuPlaneTickets:hover, .menuPlaneTicketsSelected {
    background: url("../images/menu/plane-tickets.gif") no-repeat 0px -25px;
    width: 184px;
    height: 25px;
    cursor: pointer;
    display: block;
}
.menuTransport {
    background: url("../images/menu/transport.gif") no-repeat 0px 0px;
    width: 184px;
    height: 25px;
    display: block;
}
.menuTransport:hover, .menuTransportSelected {
    background: url("../images/menu/transport.gif") no-repeat 0px -25px;
    width: 184px;
    height: 25px;
    cursor: pointer;
    display: block;
}
.menuAskOffer {
    background: url("../images/menu/ask-offer.gif") no-repeat 0px 0px;
    width: 184px;
    height: 25px;
    display: block;
}
.menuAskOffer:hover, .menuAskOfferSelected {
    background: url("../images/menu/ask-offer.gif") no-repeat 0px -25px;
    width: 184px;
    height: 25px;
    cursor: pointer;
    display: block;
}
.menuSearch {
    background: url("../images/menu/search.gif") no-repeat 0px 0px;
    width: 184px;
    height: 25px;
    display: block;
}
.menuSearch:hover, .menuSearchSelected {
    background: url("../images/menu/search.gif") no-repeat 0px -25px;
    width: 184px;
    height: 25px;
    cursor: pointer;
    display: block;
}
.menuTouristPictures {
    background: url("../images/menu/tourist-pictures.gif") no-repeat 0px 0px;
    width: 184px;
    height: 25px;
    display: block;
}
.menuTouristPictures:hover, .menuTouristPicturesSelected {
    background: url("../images/menu/tourist-pictures.gif") no-repeat 0px -25px;
    width: 184px;
    height: 25px;
    cursor: pointer;
    display: block;
}
.menuContact {
    background: url("../images/menu/contact.gif") no-repeat 0px 0px;
    width: 184px;
    height: 23px;
    display: block;
}
.menuContact:hover, .menuContactSelected {
    background: url("../images/menu/contact.gif") no-repeat 0px -23px;
    width: 184px;
    height: 23px;
    cursor: pointer;
    display: block;
}
