@charset "gb2312";
/* CSS Document */

#topbar{
	position: relative;
	width: 100%;
	background: url(topbar-bg.png) repeat-x left -6px;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	height: 26px;
}
#topbar .top-nav {
	margin: 0px auto;
	width: 988px;
	text-align: left;
	position: relative;

}
#topbar .top-nav ul li {
	color: #999;
}
#topbar .top-nav ul, #topbar .top-nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topbar .top-nav .l{
	float: left;
}
#topbar .top-nav .r{
	position: absolute;
	top: 0px;
	right: 0px;
}
#topbar .top-nav a {
	color: #666;
	text-decoration: none;
}
#topbar .top-nav a:hover {
	color: #F00;
}
#topbar .top-nav .r a {
}
#topbar .top-nav .r .fgw {
	color: #F00;
	font-weight: bold;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix{height:1%;}