/* - Arquivo css para o menu contido em 08crm-head.html e 08crm-foot.html - */

/* - ploneCustom.css - */
@media all {
/* <!-- compression status: 1 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */

h1, h2, h3, h4, h5, h6 { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  }

a { border:0; text-decoration:none !important; border-bottom:0 !important;}

a:hover { text-decoration: none !important; }

p { line-height: normal; }

/*  Navegacao  */
#portal-globalnav {
    padding: 0;
    height: 20px;
    border: 0;
    margin: 0;
    clear: both;
    font-family: Trebuchet MS;
    font-size: 11px;
}

#portal-globalnav li {
    display: inline;
    float: left;
    background: #6666FF; 
    margin: 0 0 0 0;
    padding: 0 2px 0 0;
    height: 20px;
    border-left: 2px solid #fff;
    font-family: Trebuchet MS;
    font-size: 11px; 
}

#portal-globalnav li a {
    display: block;
/*    float: left;*/
    font-size: 11px;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    height: auto;
    margin: 0 !important;
    padding: 3px 8px 3px 9px;
    text-transform: none;
    color: #fff; 
}

#portal-globalnav li a:hover { background-color: #F3CFB6; border: 0; color:#000000;} 

#portal-globalnav li a:visited { color: #FFF !important; }

/* MENU */
.submenu{
    position: absolute;
    visibility: hidden;
    border: 1px solid #ABABAB;
    background: #FAFAFA;
    font-size: 10px !important;
    line-height: 18px;
    margin-left: 0;
}

#sibra-crm { width: 110px; }

#solucoes-crm { width: 110px;}

#servicos-crm { width: 120px; }

.submenu a {
    font-size: 10px !important;
    font-weight: bold !important;
    width: 100%;
    display: block;
    padding: 0 !important;
    text-decoration: none;
    text-indent: 5px;
    color: #000 !important;
/*    border-right: 1px solid #DDDDDD !important; */
}

.submenu a:hover { text-decoration: none !important; }

#portal-globalnav li .submenu a:visited { color: #000 !important; }

.home {color: #000000; }

}