﻿table{
    border-collapse: collapse;
    border-spacing: 0px;
}

  

table tr td {
    padding:0px;
    font-size:10px;
}

  

.Menu

{

      background-image: url(imagens/img_fnd_menu.jpg);
      background-repeat: repeat;
      text-decoration: none;
      cursor: hand;
      font-family: Verdana;
      font-size: 10px;
      text-align:center;
      padding:0px;
      margin:0px;
      height:26px;
      width:100px;

}

  

.MenuSelecionado

{
      background-image: url(imagens/img_fnd_menu.jpg);
      background-repeat: repeat;
      text-decoration: none;
      cursor: hand;
      font-family: Verdana;
      font-size: 10px;
      text-align:center;
      padding:0px;
      margin:0px;
      height:26px;
      width:100px;

}

  

.SubMenu

{

    background-image: url(imagens/btn_menu_submenu_fundo.gif);
    text-decoration: none;
    cursor: hand;
    font-family: Verdana;
    font-size: 10px;
    background-repeat: repeat;
    border:0px;
    margin:0px;
    height:23px;
    padding:0px;}

  

.SubMenuSelecionado

{

    background-image: url(imagens/btn_menu_submenu_ativo_fundo.gif);
    text-decoration: none;
    cursor: hand;
    font-family: Verdana;
    font-size: 10px;
    background-repeat: repeat;
    border:0px;
    margin:0px;
    height:23px;
    padding:0px;  

}

  

.SubMenuIcone

{

    width:28px;
    text-align:center;

}

  

.SubMenuConteudo

{

    width:200px;
    text-align:left;

}

  

.SubMenuBorda

{

    width:233px;
    text-align:left;

}

