      .menuLink{
        font-weight: bold;
        font-size: 13;
        font-family: arial, tahoma;
        width: 100%;
        text-decoration: none;
        color: #ffffff;
        padding: 2;
        padding-left: 6;
        display: inline-block;
      }
      .menuLink:hover{
        background: #42cb00;
        color: #000000;
      }
      .popupMenu{
        position: absolute;
        z-index: 100;
        left: 247;
        margin-top: -31;
        background-color: #000000;
        border-style: solid;
        border-width: 1;
        border-color: #ffffff;
        width: auto;
        white-space: nowrap;
        text-align: left;
        filter: progid:DXImageTransform.Microsoft.GradientWipe(wipeStyle=1, gradientSize=0.50, duration=0.50);
        display: none;
      }
      .lang_link{
        font-family: tahoma;
        font-size: 11;
        font-weight: bold;
        display: inline-block;
        color: #ffffff;
        width: 48%;
        height: 32;
        filter: progid:DXImageTransform.Microsoft.Fade(duration=0.50, overlap=0.00);
      }
      .lang_link:hover{
        color: #42cb00;
      }
      td{
        font-family: tahoma;
        font-size: 8;
        font-weight: bold;
      }
      .news0{
        background: #dfdfdf;
        padding: 2;
      }
      .news1{
        background: #ffffff;
        padding: 2;
      }
      .newsCap{
        width: 100%;
        padding: 2;
        padding-left: 4;
        background: black;
        color: white;
        text-decoration: none;
        font: bold 11 tahoma;
        display: inline-block;
      }
      #tr0{background: #ffffff; color: #000000}
      #tr1{background: #606060; color: #ffffff}
      .wsLink{color: black}