﻿@media screen
{

    /************MENU TABS************/
    .item1_menu
    {
        background: url(images/bg_trl2.gif) repeat-x bottom;
        height: 21px;
        font-size: 9px;
        font-weight: bold;
        color: #6e6e6e;
        text-align: center;
        vertical-align: bottom;
        padding-bottom: 4px;
        padding-left: 20px;
        padding-right: 25px;
        cursor: pointer;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .item2_menu
    {
        background: url(images/bg_trl.gif) repeat-x bottom;
        height: 21px;
        font-size: 9px;
        font-weight: bold;
        color: #6e6e6e;
        text-align: center;
        vertical-align: bottom;
        padding: 0 27px 4px 20px;
        cursor: pointer;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .bgLevel2
    {
        height: 21px;
        background-color: #dfdfdf;
        width: 100%;
    }

    .bg_item1_esq
    {
        background: url(images/tl2.gif) no-repeat bottom;
        width: 12px;
        height: 25px;
    }

    .bg_item1_dir
    {
        background: url(images/tr2.gif) no-repeat bottom;
        width: 12px;
        height: 25px;
    }

    .bg_item2_esq
    {
        background: url(images/tl.gif) no-repeat bottom;
        width: 12px;
        height: 25px;
    }

    .bg_item2_dir
    {
        background: url(images/tr.gif) no-repeat bottom;
        width: 12px;
        height: 25px;
    }

    /**************MENU 2 NIVEL*****************/
    .BgSubm_selec
    {
        background-color: #00a9c8;
        height: 19px;
        border-right: #fff solid 1px;
        border-bottom: #00a9c8 solid 1px;
        border-top: #00a9c8 solid 1px;
        border-left: #00a9c8 solid 1px;
        display: block;
        white-space: nowrap;
    }

    .item_subm_selec
    {
        cursor: pointer;
        text-decoration: none;
        width: 100%;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        line-height: 15px;
        text-align: center;
        padding: 0 10px;
    }

    .BgSubm
    {
        background-color: #cacaca;
        height: 19px;
        display: block;
        cursor: pointer;
        border-right: #fff solid 1px;
        border-bottom: #cacaca solid 1px;
        border-top: #cacaca solid 1px;
        border-left: #cacaca solid 1px;
        display: block;
        white-space: nowrap;
    }

    .item_subm
    {
        color: #858383;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        line-height: 15px;
        vertical-align: middle;
        padding: 0 10px;
    }

    .BgSubm:hover
    {
        background-color: #b6b6b6;
        height: 19px;
        display: block;
        cursor: pointer;
        border-bottom: #b6b6b6 solid 1px;
        border-top: #b6b6b6 solid 1px;
        border-left: #b6b6b6 solid 1px;
        border-right: #fff solid 1px;
    }

    .fundo_menu
    {
        background: url(images/fundo_menu.gif) repeat-y;
        width: 100%;
        height: 93%;
    }

    /**************Menu Lateral*****************/
    .MenuLat
    {
        width: 168px;
        margin: 0;
        padding: 0;
    }

    .ItemMenuLat
    {
        list-style-type: none;
        border-bottom: 1px solid #fff;
        display: block;
        background-color: #c1c1c1;
        margin: 0;
        padding: 0;
    }

    .ItemMenuLatOn
    {
        background-color: #f9a31a;
        list-style-type: none;
        border-bottom: 1px solid #fff;
        display: block;
        margin: 0;
        padding: 0;
    }

    .SubmenuLat
    {
        background-color: #eeeded;
        list-style: none;
        border-bottom: 1px solid #fff;
        min-height: 15px;
        vertical-align: middle;
        color: #858383;
        list-style-type: none;
        margin: 0;
        padding: 3px 0px 3px 5px;
    }

    .SubmenuLatOn
    {
        background-color: #ddd;
        list-style: none;
        min-height: 15px;
        vertical-align: middle;
        color: #858383;
        list-style-type: none;
        margin: 0;
        padding: 3px 0px 3px 5px;
    }

    .item1_menuleft
    {
        color: #fff;
        cursor: pointer;
        line-height: 21px;
        text-decoration: none;
        display: block;
        height: 21px;
        padding: 0 0 0 5px;
    }

    .item1_menuleftHover
    {
        color: #fff;
    }

    .item2_menuleft
    {
        color: #858383;
        text-decoration: none;
        margin: 5 0 2 5px;
        padding: 0 0 0 0px;
        text-indent: -5px /*height: 21px;*/;
    }

    .item2_menuleftHover
    {
        color: #858383;
        height: 20px;
        background-color: #dfdfdf;
        text-decoration: none;
    }

    .item3_menuleft
    {
        background-color: #eeeded;
        color: #858383;
        border-bottom: 1px solid #fff;
    }

    .item3_menuleftHover
    {
        background-color: #dfdfdf;
        color: #858383;
    }

    .Close
    {
        display: none;
    }

    .txt_menuleft
    {
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
    }

    .txt2_menuleft
    {
        font-size: 9px;
        text-decoration: none;
        text-align: left;
    }

    .txt3_menuleft
    {
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
        padding-left: 18px;
    }

    .txt_select2_menuleft
    {
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
        padding-left: 16px;
    }

    .txt_subm
    {
        color: #858383;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 5px 10px 0;
    }

    .item1_menu a, .item2_menu a
    {
        text-decoration: none;
        color: #6e6e6e;
    }

    .item1_menu a:hover, .item2_menu a:hover
    {
        text-decoration: none;
        color: #303030;
    }
    /********** About UebeQ **************/

    .AboutImg
    {
        z-index: 101 !important;
        cursor: pointer;
        position: relative !important;
        right: 0px !important;
        top: 0px !important;
    }

    .AboutMenu
    {
        width: 180px;
        position: absolute !important;
        top: 24px !important;
        right: 19px !important;
        z-index: 0 !important;
        display: none;
        background-color: #eeeded;
        border: 1px solid #b6b6b6;
        font-size: 11px;
        line-height: 18px;
        color: #505050;
        text-align: left;
        padding: 10px 0px 10px 0px;
        list-style: none;
        margin:0px !important;
    }

    .AboutMenu li
    {
        padding: 0px 15px 0px 15px;
    }

    .AboutMenu li:hover
    {
        background-color: #ffffff;
        cursor: pointer;
    }
    .AboutMenu a, .AboutMenu a:hover, .AboutMenu a:visited
    {
        text-decoration: none;
        color: #505050 !important;
    }

}
