.menu_header{
    position: static;
    height: 42px;
    width: 100%;    
}

.menu_header_bloco{
    position: absolute;
    height: 76px;
    width: 100%;
    z-index: 99999;    
    top:168px;    
}

#bg_menu{
    width: 980px;
    margin: 0 auto;
    height: 76px;
    padding-top: 0px;
    background-image: url('../../../images/site/cappua/menu/barra.png');
    background-repeat: no-repeat;
    background-position: left top;    
}


/* CONFIGURAÇÃO BASE DO UL E LI */
#menu_ul{
    list-style-type: none; /*remove o marcador*/ 
    margin: 0; /*remove o recuo IE e Opera*/ 
    padding: 0; /*remove o recuo Mozilla e NN*/ 
    /*font: bold 16px arial, helvetica, sans-serif;*/
}
#menu_ul div { 
    margin-bottom:1px; 
}

#menu_ul div{
    /* DEFINE OS LI NA HORIZONTAL */
    float: left;
    zoom:1;
    /* PARA O CSS DO IE display: inline; */
    padding: 0px;
    margin: 0px;
}

#menu_ul div a{
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border: 0px;
    height: 53px;    
}
/*########   FIM  #########*/

/* BOTAO HOME */
#btn_menu_home a{    
    text-decoration: none;
    /*background-image: url('../../../images/site/viaporto/menu/inicial.png');
    background-repeat: no-repeat;
    background-position: center;*/
    width:132px;
}
/*Hack= Largura - (padding-left + padding-right + border-left + border-right)
Hack= 180 px - (25 px + 0px + 1 px + 1px) = 60 px - 27 px = 33 px*/

body>#btn_menu_home a {width:132px;}

#btn_menu_home a:hover{
    width: 132px;
    border: none; border: 0px;
    background: transparent;
    background-image: url('../../../images/site/cappua/menu/inicial.png');
    background-repeat: no-repeat;
    background-position: left;    
}
/* ###############  FIM BTN HOME  #################
   ################################################*/


#btn_menu_quemsomos a{
    text-decoration: none;
    width:160px;
}

body>#btn_menu_quemsomos a {width:160px;}

#btn_menu_quemsomos a:hover{
    width: 160px;
    border: none; border: 0px;
    background: transparent;
    background-image: url('../../../images/site/cappua/menu/quem_somos.png');
    background-repeat: no-repeat;
    background-position: left;
}
/*******************************************/
#btn_menu_servicos a{
    text-decoration: none;
    width:171px;
}

body>#btn_menu_servicos a {width:171px;}

#btn_menu_servicos a:hover{
    width: 171px;
    border: none; border: 0px;
    background: transparent;
    background-image: url('../../../images/site/cappua/menu/nossos_serv.png');
    background-repeat: no-repeat;
    background-position: left;
}
/*******************************************/


/*******************************************/
#btn_menu_produtos a{
    text-decoration: none;
    width:185px;
}

body>#btn_menu_produtos a {width:185px;}

#btn_menu_produtos a:hover{
    width: 185px;
    border: none; border: 0px;
    background: transparent;
    background-image: url('../../../images/site/cappua/menu/produtos.png');
    background-repeat: no-repeat;
    background-position: left;
}
/*******************************************/

/*******************************************/
#btn_menu_forn a{
    text-decoration: none;
    width:158px;
}

body>#btn_menu_forn a {width:158px;}

#btn_menu_forn a:hover{
     width: 158px;
    border: none; border: 0px;
    background: transparent;
    background-image: url('../../../images/site/cappua/menu/fornecedores.png');
    background-repeat: no-repeat;
    background-position: left;
}
/*******************************************/

#btn_menu_contato a{
    width: 160px;
    text-decoration: none;
}

body>#btn_menu_contato a {width:160px;}

#btn_menu_contato a:hover{
     width: 160px;
    border: none; border: 0px;
    background: transparent;
    background-image: url('../../../images/site/cappua/menu/fale_conosco.png');
    background-repeat: no-repeat;
    background-position: left;
}
/*******************************************/