@charset "gb2312";
/* CSS Document */

.miniNav {
	width:100%;
	font-size: 12px;
	color: #999;
	background:url(miniheadBG.gif) repeat-x;
	height:52px;
	line-height:52px;
	position:fixed;

}
.miniHeight{ height:52px; width:100%; display:none;}
.miniNav a:link {
	color: #333;
	text-decoration: none;
}
.miniNav a:visited {
	text-decoration: none;
	color: #333;
}
.miniNav a:hover {
	text-decoration: underline;
	color: #F00;
}
.miniNav a:active {
	text-decoration: none;
	color: #F00;
}
#_userlogin a:link {
	color: #069;
	text-decoration: none;
}
#_userlogin a:visited {
	text-decoration: none;
	color: #069;
}
#_userlogin a:hover {
	text-decoration: underline;
	color: #F00;
}
#_userlogin a:active {
	text-decoration: none;
	color: #F00;
}
.miniNav ul {
	width:100%;
	margin:auto;
	height:52px;
}
.miniNav ul h3 {
	width:178px;
	height:52px;
	float:left;

}
.miniNav ul h3 a {
	width:100%;
	height:100%;
	background:url(miniLogo.gif) no-repeat;
	margin:0;
	padding:0;
	float:left;

}

.miniNav ul p {
	width:auto;
	height:52px;
	float:right;
	color:#CCC;
	padding:0 10px 0 0;
}
/*.miniNav ul p span {
	margin:0 2px;
	position:relative;
}*/
.miniNav ul p a i {
	font-family:Webdings;
	font-style:normal;
}
.miniNav ul p a.rss {
	border: 1px outset #999;
	color: #FFF;
	background-color: #F60;
	padding:0 3px;
	font-weight: bold;
}
.miniNav ul p span u {
	width:249px;
	height:129px;
	position:absolute;
	background:url(miniTextBg.gif) no-repeat;
	top:30px;
	display:none;
	left:-115px;
	margin:0; padding:0;float:left;
	padding:40px 10px 0 10px;
}
.miniNav ul p u em {
	width:239px; height:80px; overflow:hidden; line-height:20px;

	color:#000;margin:0; padding:0;
	float:left;
	font-style:normal;
	
}