.support_column{
	width:700px;
}

#support-btn {
	margin-top: 10px;
}
 
#support-btn ul {
	list-style-type: none;
	width: 220px;
}
 
#support-btn li {
	width: 220px;
	height: 60px;
	margin-bottom: 5px;
	line-height:13px;

}
 
#support-btn li a {
	display: block;
	height: 55px;
	background:transparent url(/style3/img/support-btn2.jpg) no-repeat 0px 0px;
	text-decoration: none;
	padding-top:5px;
	padding-right:5px;
	}
 
* html #support-btn li a {
	width: 220px;
	background:transparent url(/style3/img/support-btn2.jpg) no-repeat 0px 0px;
}
 
#support-btn li a:hover {
	background:transparent url(/style3/img/support-btn2.jpg) no-repeat 0px -60px;
	color:inherit;
}
 
 #support-btn a span {
	width:90px;
	height:60px;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	float:left;
	background:transparent;
	padding-left:5px;
	padding-right:10px;
	
}

#support-btn a em {
	color: #000;
	width:100px;
	height:60px;
	font-size:11px;
	float:right;
	font-style:normal;
	background:transparent;
}
 
