  #menuSystem table	{ 
    font-family: Helvetica;
    font-size: 12px;
    line-height: 15px;
  }
  
  #mainTable {
    margin-left: 10px;
    margin-top: 5px;
  }

  #mainTable table th { 
    padding: 0px 3px 2px 12px;
    width: 160px; 
    text-align: left; 
    color: #A1A0A4;
  }

  #mainTable .def { 
    color: #A1A0A4;
    font-family: Helvetica;
    font-size: 12px;
    text-decoration: none;
    padding: 1px 3px 1px 14px;
    text-align: left;
    cursor: pointer;
  }

  #mainTable .hov { 
    color: #0064C8; 
    font-family: Helvetica;
    font-size: 12px; 
    text-decoration: none; 
    padding: 1px 3px 1px 14px;
    text-align: left;
    cursor: pointer;
  }
  
  .menuhead {
    background: url('../images/block_head_237.png') no-repeat;
    height: 16px;
    color: #0064C8;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 12px;
    padding: 0 20px;
  }
  
  .menuhead div {
    padding: 12px 2px 2px 16px;
    font-family: Helvetica;
    font-size: 12px; 
  }
  
  .menubottom {
    background: url('../images/block_bottom_237.png') no-repeat;
    width: 233px;
    height: 16px;
  }