
  /* -------------- MENU ------------------ */
  div#menu_item {
    width: 200px;
    position: relative; left: 2px; 
    margin-top: 0px;
    /*  border: blue 1px solid; */ 
    /* background-color: #E5ECCB; */   	  
  }
  td.tb_menu {
   padding-left: 4px;
  }
  a.a_menu {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #E2510E;
    text-decoration: none;  
  } 
  a.a_menu:hover {
    color: #E2510E;
    font-weight: bold;
    text-decoration: underline;    
  } 
  
  a.sub_a_menu {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #E2510E;
    height: 10px;
    overflow: hidden;
    text-decoration: none; 
    margin-left: 5px; 
  } 
  a.sub_a_menu:hover {
    color: #12344D;
    text-decoration: underline;    
    font-weight: normal;    
  } 
  
  div#sub_menu_item {
    margin-left: 20px;
  }
  
  a.sub_a_menu2 {
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    color: #E2510E;
    height: 10px;
    overflow: hidden;
    text-decoration: none;     
  } 
  a.sub_a_menu2:hover {
    color: #12344D;
    text-decoration: underline;    
    font-weight: normal;    
  } 
  
  div#sub_menu_item2 {
    margin-left: 50px;
  }


  div#m_linka {
    width: 163px; height: 1px; 
    background: url(../img/linka_menu.jpg) 0 0 no-repeat;   
  }

  div#menu_separ {
    height: 5px;
  }


  /* -------------------------------------- */
  
