.header{
	position:relative;
	height:85px;
	margin:0px auto;
	margin-top:15px;
	width:920px;
}
.header a.logo{
	width:89px;
	height:70px;
	background:url(logo.gif) left top no-repeat;
	cursor:pointer;
	display:block;
	position:absolute;
	left:0px;
	top:5px;
}
.header a.lang{
	position:absolute;
	right:0px;
	top:25px;
	font-size:11px;
}
.header .menu{
	position:absolute;
	left:240px;
	top:20px;
	height:24px;
}
.header .menu>a{
	float:left;
	display:block;
	height:24px;
	line-height:24px;
	font-size:14px;
	color:#f7dbbe;
	text-decoration:none;
	padding:0px 10px;
	border-right:1px solid #666666;
}
.header .menu>a:hover, .header .menu>a.current{
	color:#fff;
	background:#666666;
}
.header .times{
	position:absolute;
	left:245px;
	top:55px;
	height:24px;
}
.header .times>a{
	margin:0px 5px;
	text-decoration:none;
	font-style:italic;
}
.header .times>a.red, .header .times>a.current{
	color:#ff5501;
}
.header .times>a:hover{
	color:#ff5501;
	text-decoration:underline;
}

