  table.nav_right_main
  {
    width: 181px;
    /*border: 1px solid green;*/ /*DEBUG*/
    padding: 0px;
    margin: 0px
  }
  
   .nav_right_left
  {
    background-image: url(images/left.png);
    background-position: left;
    background-repeat: repeat-y;
    width: 3px;
  }
  
  .nav_right_right
  {
    background-image: url(images/right.png);
    background-position: right;
    background-repeat: repeat-y;
    width: 5px;
  }
  
  .nav_right_body
  {
    max-width: 168px;
    width: 168px;
    /*overflow: hidden;*/
    word-wrap: break-word;
    padding: 0px; 
    background-color: #FFFFFF;
    text-align: left;
  }
  
  .nav_right_title
  {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 26px;
  }
  
  .nav_right_bottom
  {
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .nav_right_body_title
  {
    color: #DD0000;
    font-weight: bold;
    margin: 0px;
    top: 0px;
  }

  .nav_right_body_teaser
  {
    color: #000000;
    top: 0px;
  }
    
  .nav_right_body_subtitle
  {
    color: #999;    
    top: 0px;
  }

  .nav_right_body_link
  {
    text-decoration: none;
  }
