<style type="text/css">{  }
body {
background-color: #dfb794;
}
--></style><style type="text/css">
.menu
      {
        width: 200px;
        font-family: verdana, arial, sans serif;
        font-weight: bold;
        font-size: 10pt;
      }

      .button
      {
        margin: 2px 0px;
      }
      .button a
      {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 4px;

        color: #800000;
        background-color: #FFFFFF;
        border: 2px solid #CCCCCC;
        border-bottom-color: #666666;
        border-right-color: #666666;
      }
      .button a:hover, .button a.pressed, .button a.pressed:hover
      {
        text-indent: 5px;

        color: #5A4F45;
        background-color: #DFB794;
        border: 2px solid #666666;
        border-bottom-color: #CCCCCC;
        border-right-color: #CCCCCC;
      }
      .button a.pressed
      {
        text-indent: 0px;

        background-color: #E4C4A4;
      }

      .hide
      {
        display: none;
      }
      .show
      {
        display: block;
      }


      /* Styles for submenus */
      #revByBrand p a
      {
          background-color: #FFF0F0;
      }
      #revByBrand p a:hover
      {
          background-color: #DDBBCC;
      }

      #revByTypes p a
      {
          background-color: #F0FFF0;
      }
      #revByTypes p a:hover
      {
          background-color: #BBDDBB;
      }
</style>