.topMenuDiv {background:url('bg.gif') repeat-x;}
.topMenuBox{
	height:23px;
	margin:0 auto;
	line-height:23px;
	background:url('bg.gif') repeat-x;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	z-index:99;
}
.topMenuBox a{font-size:12px;}
.topMenuBox ul{margin:0px;padding:0px;}
.topMenuBox img{border:none;}
.topMenuBox .logo{
	display:inline-block;
	width:107px;
	height:17px;
	padding:0px;
	margin:0;
	background:url('bg.gif') 0 -33px no-repeat;
}
/*分割线*/
.topMenuBox b.splitor{
	width:0px;
	height:23px;
	background:url('bg.gif') -99px -83px no-repeat;
	padding:0 8px;
	overflow:hidden;
}
/*设为首页*/
.topMenuBox .setindex{}
/*加入收藏*/
.topMenuBox .fav{}
/*客服中心*/
.topMenuBox .help{
	padding-right:18px;
	background:url('bg.gif') right -60px no-repeat;
}

.topMenuBox .leftBox{text-align:left;}
.topMenuBox .MiddleBox{text-align:center;}
.topMenuBox .RightBox{text-align:right;}
	.topMenuBox .RightBox table{text-align:right;height:23px;line-height:23px;}

/*更多查询*/
.topMenuBox .more{
	position:relative;
	display:inline-block;
	width:66px;
	background:url('bg.gif') 54px -51px no-repeat;
	cursor:pointer;
	z-index:97;
}
.topMenuBox .duo{
	background:url('bg.gif') 54px -75px no-repeat;
}
/*弹出层*/

.topMenuBox .moreDiv_off{
	position:absolute;
	border:solid 1px #0000CC;
	display:none;
}
.topMenuBox .moreDiv_on{
	position:absolute;
	border:solid 1px #E8ECEF;
	background-color:#FAFCFD;
	width:75px;
	padding:0 2px;
	top:22px;
	left:-6px;
	z-index:98;
	display:block;
}
.moreDiv_on a{
	display:block;
	width:94%;
	margin:0 auto;
	padding:0px;
	height:20px;
	line-height:20px;
	text-align:center;
}

/*默认连接样式*/
.topMenuBox a.spec1:link,.topMenuBox a.spec1:visited{
	color:#424242;
	text-decoration:none;
}
.topMenuBox a.spec1:hover{color:#FF9966;}
/*绿色*/
.topMenuBox a.spec2:link,.topMenuBox a.spec2:visited{
	color:#008000;
	text-decoration:none;
}
.topMenuBox a.spec2:hover{color:#FF9966;}
/*红色*/
.topMenuBox a.spec3:link,.topMenuBox a.spec3:visited{
	color:#FF0000;
	text-decoration:none;
}
.topMenuBox a.spec3:hover{color:#FF9966;}
/*黄色*/
.topMenuBox a.spec4:link,.topMenuBox a.spec4:visited{
	color:#FF7800;
	text-decoration:none;
}
.topMenuBox a.spec4:hover{color:#FF9966;}

/*广告*/
.TopAdBox{
	width:100%;
	height:200px;
	/*position:absolute;
	left:auto;*/
	overflow:hidden;
	clear:both;
	height:0px;
	text-align:center;
}

