#cabecalho{
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top:0;
    left:0;

}



#divLogo{
    float:left;
    position:relative;
    width: 330px;
    height: 50px;
    background:#EEE9BF;

}

#logo{
    float:left;
    position:relative;
    box-shadow: 5px 5px 3px #888888;

}

#divCabecalho{
    width: 1300px;
    margin: 0;
    padding: 0;
    /* float:left;*/
    position: absolute;
    top:0;
    left:0;
   // border: 5px groove #006600;
   //box-shadow: -1px 2px 0px -1px rgba(255,255,255,1);
box-shadow: 1px 2px 13px -2px rgba(250,247,250,1);

}

#divMenus{
    width: 960px;
    margin: 0;
    padding: 0;
    float:left;
    position: relative;
    top:0;
    left:0px;
    //border: 5px groove #006600;

}


#divMenuHome{
    cursor:pointer;
    float:left;
    position:relative;
    width: 250px;
    height: 50px;
    background:#EEE9BF;
    text-align: center;

}

#home{
    color: #DAA520;
    font-family: verdana;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px white;

}

#divMenuHome:hover{
    background:#ffffff;

}



#divMenuLiderCelulaEstatistica{
    cursor:pointer;
    float:left;
    position: relative;
    width: 150px;
    height: 50px;
    background:#EEE9BF;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-family: verdana;
    color: black;
  /*  text-shadow: 1px 1px 1px white;*/
    font-weight: bold;

}

#divMenuLiderCelulaEstatistica:hover{
    background:#ffffff;

}



#divMenuSair{
    cursor:pointer;
    float:left;
    position: relative;
    width: 127px;
    height: 50px;
    background:#EEE9BF;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-family: verdana;
   /* text-shadow: 1px 1px 1px white;*/
    font-weight: bold;
    color: red;

}

#divMenuSair:hover{
    background:#ffffff;

}

#divSaudacao{
    float:left;
    position: relative;
    width: 160px;
    height: 50px;
  /*  background:#ffffff;*/
    text-align: center;
    font-size: 12px;
    font-family: verdana;
    color: black;
    text-shadow: 1px 1px 1px white;
    font-weight: bold;
    line-height: 25px;

}

#divSaudacao:hover{
   /* background:#ffffff;*/

}


