/*****************��ǩҳ*****************/
/* Author:xx */
#header {
	margin-top: 0px;
	height: 35px;
	width: 100%;
	background: #F7F7F7;
	/* border-bottom: 1px solid #84b8f1; */
	/* background: url('../image/list/0-1.gif') repeat-x bottom #F3F8FE; */
	
}

#header #mainNavigation {
	color: #3f5a82;
	display: inline;
	height: 25px;
	overflow: hidden;
	margin-left: 3px;
}

#header #mainNavigation li {
	float: left;
	padding: 0px;
	/* margin-top: 3px; */
	margin-left: 1px;
	cursor: pointer;
	list-style: none;
	/* background: #ccc; */
}
#header #mainNavigation .current {
	background: #ddd;
}
#header #mainNavigation a {
	display: block;
	line-height: 35px;
	text-decoration: none;
	padding: 0;
	color: #3f5a82;
	font-size: 12px;
}

#header #mainNavigation a strong {
	display: block;
	font-weight: normal;
	/* 	color: #626262; */
	font-family: ΢���ź�, SimSun;
}

#header #mainNavigation a .left {
	/*float: left;
	width: 6px;
	height: 23px;
	background: transparent url('../image/list/2-1.gif') no-repeat;*/
}

#header #mainNavigation a .right {
	/*float: left;
	width: 6px;
	height: 23px;
	background: transparent url('../image/list/2-3.gif') no-repeat;*/
}

#header #mainNavigation a strong {
	float: left;
	padding: 0px 10px 0px 10px;
	letter-spacing: 1px;
	/*background: transparent url('../image/list/2-2.gif') repeat-x;*/
}
/*��ǰѡ�еı�ǩ��ֻ�ڵ�ǰ��ǩ���� class="current"*/
#header #mainNavigation .current a .left {
	/*float: left;
	width: 6px;
	height: 24px;
	background: transparent url('../image/list/1-1.gif') no-repeat;*/
}

#header #mainNavigation .current a .right {
	/*float: left;
	width: 6px;
	height: 24px;
	background: transparent url('../image/list/1-3.gif') no-repeat;*/
}

#header #mainNavigation .current a strong {
	/*background: transparent url('../image/list/1-2.gif') repeat-x;*/
	float: left;
	text-align: center;
	/*height: 24px;*/
	/* 	color: #fff; */
	font-weight: bold;
}

.clear {
	clear: both;
	width: 100%;
	height: 0px;
}