.hide {
		position:absolute;
		visibility: hidden;
	}

	.t1 {
		position:absolute;		
		width:180px;		
		border:0px solid black;		
	}

		
	.m1 {
		position:absolute;		
		width:180px;		
		border:0px solid black;		
	}

	.topsub1 {		
		height:25px;
		width:160px;
		padding-left: 5px;	
		color: #ffffff;
		background-color: #807f7f;
		font-family: Arial;
		font-size:12px;		
	}
	
	.topsub1_on {		
		height:25px;
		width:160px;
		padding-left: 5px;	
		color: #000000;
		background-color: #cccccc;
		font-family: Arial;
		font-size:12px;		
	}
	
	.mitem1tr {
		background: url(../pic/but_bg_off.gif);
		height:30px;
		width:130px;
		padding-left: 5px;	
		color: #ffffff;
		font-family: Arial;
		font-size:12px;		
	}
		
	.mitem1tr_on {
		background: url(../pic/but_bg_on.gif);
		height:30px;
		width:130px;	
		padding-left: 5px;	
		font-family: Arial;
		font-size:12px;
	}
	
