/*menu!!*/
div#header_menu {
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    color: black;
}

a.menu_link{
    bottom: 0;
    left: 0px;
    width: 70px;
    height: 18px;
    text-indent: -9999px;
    text-decoration:none;
}

a.offers{
    background: url(/images/elements/menu_off.gif) 10px 0px no-repeat;
}

a.offers:hover{
    background: url(/images/elements/menu_on.gif) 10px 0px no-repeat;
}

a.biographies{
    background: url(/images/elements/menu_off.gif) -60px 0px no-repeat;
}

a.biographies:hover{
    background: url(/images/elements/menu_on.gif) -60px 0px no-repeat;
}

a.advices{
    background: url(/images/elements/menu_off.gif) -140px 0px no-repeat;
}

a.advices:hover{
    background: url(/images/elements/menu_on.gif) -140px 0px no-repeat;
}

a.about{
    background: url(/images/elements/menu_off.gif) -215px 0px no-repeat;
    width: 50px;
}

a.about:hover{
    background: url(/images/elements/menu_on.gif) -215px 0px no-repeat;
}

a.contact{
    background: url(/images/elements/menu_off.gif) -260px 0px no-repeat;
}

a.contact:hover{
    background: url(/images/elements/menu_on.gif) -260px 0px no-repeat;
}


/*footer menu*/
div.footer_left{
    float: left;
    width: 500px;
}

div.footer_right{
    float: right;
    width: 250px;
}

a.home_footer{
    background: url(/images/elements/foot_menu_off.gif) 20px 0px no-repeat;
}

a.home_footer:hover{
    background: url(/images/elements/foot_menu_on.gif) 20px 0px no-repeat;
}

a.offers_footer{
    background: url(/images/elements/foot_menu_off.gif) -55px 0px no-repeat;
}

a.offers_footer:hover{
    background: url(/images/elements/foot_menu_on.gif) -55px 0px no-repeat;
}

a.biographies_footer{
    background: url(/images/elements/foot_menu_off.gif) -140px 0px no-repeat;
}

a.biographies_footer:hover{
    background: url(/images/elements/foot_menu_on.gif) -140px 0px no-repeat;
}

a.advices_footer{
    background: url(/images/elements/foot_menu_off.gif) -220px 0px no-repeat;
}

a.advices_footer:hover{
    background: url(/images/elements/foot_menu_on.gif) -220px 0px no-repeat;
}

a.about_footer{
    background: url(/images/elements/foot_menu_off.gif) -300px 0px no-repeat;
}

a.about_footer:hover{
    background: url(/images/elements/foot_menu_on.gif) -300px 0px no-repeat;
}

a.contact_footer{
    background: url(/images/elements/foot_menu_off.gif) -370px 0px no-repeat;
}

a.contact_footer:hover{
    background: url(/images/elements/foot_menu_on.gif) -370px 0px no-repeat;
}

img.dot{
    margin-left: 30px;
    position:absolute;
    margin-top: -25px;
}

img.sq_foot_offers{
    margin-left: 105px;
}

img.sq_foot_biographies{
    margin-left: 170px;
}

img.sq_foot_advices{
    margin-left: 250px;
}

img.sq_foot_about{
    margin-left: 315px;
}

img.sq_foot_contact{
    margin-left: 390px;
}

