/* ESTILO_MENU_DIREITA_PRESIDENCIA.CSS */



.tab_menu {
    
    text-decoration:none;
    border: 1px solid blue;
    display:  block;
    height: 40px; width: 180px;
    background-image: url(animacoes/globinhoparado.gif);
    background-repeat:  no-repeat;
    background-position: 4 4;
    }

    
.tab_menu:hover {

    
    display: block;
    background-color: #0000FF;
    background-image: url(animacoes/globinho.gif);
    background-repeat:  no-repeat;
    background-position: 144 4;
    }
    
.tab_menu p {
             padding-top: 8px;}
             
.tab_menu.links {
    
    text-decoration:none;
    border: 0px solid blue;
    display:  block;
    height: 30px; width: 180px;
    background-image: url(animacoes/.gif);
    background-repeat:  no-repeat;
    background-position: 4 4;
    }
    
.tab_menu.links:hover {
    
    text-decoration:underline;
    border: 1px solid #98D6EA;
    display:  block;
    height: 30px; width: 180px;
    background-color: #FFFCCC;
    background-image: url(animacoes/.gif);
    background-repeat:  no-repeat;
    background-position: 4 4;
    }
             
.tab_menu.pres {
    
    text-decoration:none;
    border: 0px solid #98D6EA;
    display:  block;
    height: 30px; width: 180px;
    background-color: #;
    background-image: url(.gif);
    background-repeat:  no-repeat;
    background-position: 4 4;
    }
    
    .tab_menu.pres:hover {
    
    text-decoration:underline;
    color: #000040;
    border: 1px solid #98D6EA;
    display:  block;
    height: 30px; width: 180px;
    background-color: transparent;
    background-image: url(imagens/tarja.png);
    background-repeat:  no-repeat;
    background-position:;
    }
