/* CSS Document by Shaorui.Guo*/
body {
	background:url(pic/pageBg.jpg) #000 no-repeat center -90px !important;
	background:url(pic/pageBg.jpg) #000 no-repeat center center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1,em {
	display:none;
}
img {
	border:none;
}
/**/
#nav {
	width:301px;
	height:300px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-150px 0 0 -150px;
	background:url(pic/navTopBg.gif) no-repeat left top;
	padding:44px 0 0 0;
	font-weight:bold;
}
#nav ul {
	margin:0;
	padding:0 0 44px 0;
	list-style:none;
	background:url(pic/navBottomBg.gif) no-repeat left bottom;
}
#nav ul li {
	margin:0;
	padding:0;
}
#nav ul li label {
	display:block;
	height:22px;
	background:url(pic/liTitleBg.gif) no-repeat left top;
	color:#FFF;
	padding:6px 0 0 28px;
	overflow:hidden;
}
#nav ul ul {
	padding:0;
	background:none;
}
#nav ul ul li a {
	display:block;
	height:22px;
	background:url(pic/liBg.gif) no-repeat left top;
	color:#960000;
	padding:7px 0 0 45px;
	text-decoration:none;
}
#nav ul ul li a:hover {
	background:url(pic/liBgSec.gif) no-repeat left top;
}
#content {
	width:0;
	height:0;
	overflow:hidden;
}