/* =====================================================
    site selector
   ===================================================== */
body.giac ul.site-selector ul {
    left:-107px;
}

body.giac #footer ul.site-selector ul {
    top:-560px;
    left:-60px;
}

body.giac div.header img.logo {
    margin-top: 1.2em;
}

/* =====================================================
    main navigation
   ===================================================== */
ul.dropdown .root-item ul li a,
ul.dropdown .root-item ul li.dropdown_submenu span {
    color:#fff;
    background-color:#6B0707;
    background-image: linear-gradient(bottom, rgb(115,115,115) 0%, rgb(158,158,158) 100%);
    background-image: -o-linear-gradient(bottom, rgb(115,115,115) 0%, rgb(158,158,158) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(115,115,115) 0%, rgb(158,158,158) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(115,115,115) 0%, rgb(158,158,158) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(115,115,115) 0%, rgb(158,158,158) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(115,115,115)),
        color-stop(1, rgb(158,158,158))
    );
}

ul.dropdown .root-item ul li.dropdown_submenu:hover > span,
ul.dropdown .root-item ul li.dropdown_submenu:focus > span,
ul.dropdown .root-item ul li.dropdown_submenu:hover > a,
ul.dropdown .root-item ul li.dropdown_submenu:focus > a {
   color:#314761;
}

div.table_mini_nav {
    background-color:#737273;
    background-image: linear-gradient(bottom, rgb(81,80,81) 0%, rgb(150,150,150) 100%);
    background-image: -o-linear-gradient(bottom, rgb(81,80,81) 0%, rgb(150,150,150) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(81,80,81) 0%, rgb(150,150,150) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(81,80,81) 0%, rgb(150,150,150) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(81,80,81) 0%, rgb(150,150,150) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(81,80,81)),
        color-stop(1, rgb(150,150,150))
    );
}   