#top_box {
	float: left;
	height: 35px;
	width: 950px;
	background: url(../images/top/top_bg.gif) no-repeat;
}
.top_left {
	float: left;
	height: 35px;
	width: 550px;
	text-align: left;
}
.top_right {
	float: right;
	height: 35px;
	width: 209px;
}
.top_text {
	color:#888888;
	text-decoration: none;
	margin-right: 20px;
	font-size: 12px;
	line-height: 31px;
}
.top_text:hover  {
	color:#FF6600;
	text-decoration: underline;
}
