#DomDiv {
	position:absolute;
	left:4; top:4;
	margin-left: 0;
	width:50; height:50; 
	clip:rect(0,50,50,0);	
	visibility: show;
	background: url("start.gif");
	z-index :  3;
}

#menuTloDiv {
	position:absolute;
	left:0; top:0;
	width:146; height:215; 
	clip:rect(0,146,215,0);	
	background-color:#006600;
	layer-background-color:#006600;
	visibility:hidden;
}


