#Home_on{
    position: relative;
	color: #ffffff;
	background: url(../images/menu_hover_right.jpg) top right no-repeat;
}
#Home_on span {
    position: absolute;
	display: inline-block;
	width: 15px;
	height: 42px;
	top:0px;
	left:0px;
	background: url(../images/menu_hover_left.jpg) no-repeat;
}


#main{
    margin:0 auto;
    width:960px;
    height:1000px;
    position: relative;
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#main th{
	width:200px;
	height:30px;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
#main td{
	height:30px;
	font-size: 12px;
	text-align: left;	
}
#main input{
	width:200px;
	display:inline;
}