/* ESTILO_MENU_DIREITA.CSS */

.tab_menu {
    
    text-decoration:none;
    border: 1px solid blue;
    display:  block;
    height: 30px; width: 180px;
    background: #0000C0;
    }

    
.tab_menu.projetos:hover {

    text-indent: -999999;
    background-color: #000040;
    background-image: url(imagens/botaodireitaprojetos.png);
    background-repeat:  no-repeat;
    }
    
    .tab_menu.manutencao:hover {

    text-indent: -999999;
    background-color: #000040;
    background-image: url(imagens/botaodireitamanutencao.png);
    background-repeat:  no-repeat;
    }
    
    .tab_menu.servicos:hover {

    text-indent: -999999;
    background-color: #000040;
    background-image: url(imagens/botaodireitaservicos.png);
    background-repeat:  no-repeat;
    }
    