	   .DivMenu {position:absolute;
	      left:-200;
	      top:-1000;
	      width:160;
	      z-index:100;
	      background-color:666666;
	      border: 1px groove black;
	   }

	   .DivSubMenu {position:absolute;
	      left:-200;
	      top:-1000;
	      width:160;
	      z-index:101;
	      background-color:666666;
	      border: 1px groove black;
	   }	   
	
	   .TDMenu {
	      color:white;
	      font-family:verdana;
	      font-size:70%;
	      width:100%;
	      align: left;
	      cursor:default;
	      font-weight: 600;
	   }