  /* -------------- MENU ------------------ */
  div.menu_item {
    width: 231px; height: 21px;
    position: relative; left: 0px; 
    font-size: 11px; 
    margin-top: 0px;
    /* border: blue 1px solid; */
    /* background-color: #E5ECCB; */   	
	background: url(../img/menu_tlac.jpg) 0 0 no-repeat; 	  
  }
  td.td_menu {
    padding-left: 8px;
    font-family: Tahoma;     font-size: 11px;    font-weight: bold;  letter-spacing: 1px; 
    color: #FFFFFF;
    text-decoration: none;     
  }
  a.a_menu {
    font-family: Tahoma;     font-size: 11px;    font-weight: bold;	 letter-spacing: 1px; 
    color: #FFFFFF;
    text-decoration: none;  
  } 
  a.a_menu:hover {
    color: #FFFFFF;
	font-weight: bold;
    text-decoration: underline;    
  } 
 
  /** level 2 **/
  div.sub_menu_item {
    margin-left: 20px;
    /*height: 20px;*/
    min-height: 20px;    height: auto !important;    height: 20px;
  }
 a.sub_a_menu {
    font-family: Tahoma;     font-size: 11px;     font-weight: normal;	letter-spacing: 1px; 
    color: #FFFFFF;
    
    overflow: hidden;
    text-decoration: none; 
    /*margin-left: 5px;*/ 
  } 
  a.sub_a_menu:hover {
    color: #FFFFFF;
    text-decoration: underline;    
    font-weight: normal;    
  }   

  /* -------------------------------------- */