.head_nav {
	background: #3d3d3d;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}

.head_nav .head_nav_inner {
	width: 950px;
	margin: 0 auto;
}

.head_nav .head_nav_inner ul li {
	float: left;
	height: 28px;
	border-right: 1px solid #4c4c4c;
	padding: 0 16px;
}

.head_nav .head_nav_inner ul li.hot {
	background: url(/template/default/images/hot-icon.gif) right 0 no-repeat;
}

.head_nav .head_nav_inner ul li a {
	color: #f7f7fa;
	text-decoration: none;
}