
/* 导航栏 css start */

.route{
	*zoom:1;
	margin-top:8px;
	margin-bottom:8px;
	clear:both;
	line-height:20px;
}
.route ul{overflow:hidden;*zoom:1;}
.route ul li{float:left;padding: 2px 0 2px 6px;}
.route ul li.dacu1122{float:right;padding: 2px 2px 2px 6px;}
.route ul li.dacu1122 a,a:hover,a:visited,a:link{text-decoration: none;}
.route .result{float: left;padding-left: 32px;padding-right: 10px;color:#666;}
.route .result.searchtop{padding-right: 190px;}
.route .result em{color:red;font-weight:bold;}
.route .result h1 a{color:#666666;}
.route .result h1{display:inline;font-weight:bold}
/* 导航栏 css end */


/**顶部菜单条*/
.menuBar{
	width: 100%;
	border: 1px solid #DDD;
	background-color: #EEE;
}

.menuBar li{
	float:left;
	width:100px;
	text-align: center;
}
.menuBar li a{
	color: #555555;
	display:block;
	font-weight: bolder;
	font-size: 14px;
	padding:5px;
}
.menuBar li a:HOVER{
	background-color: #FFF;
	text-decoration:none;
}
/**顶部菜单条*/


/* 相关搜索的 css start */
.related{
	font-family:'宋体';
	overflow:hidden;
	margin-top:8px;
	margin-bottom:8px;
	height:32px;
	line-height:32px;
	background-position:0 0;
	-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	border:1px solid #DBDBDB;
}
.related strong{margin:0 12px 0 8px;}
.related a{padding:0 12px;display:inline-block;font-weight: normal;}
/**相关词取消b标签字体效果*/
.related a b{font-weight: normal;}

.related b {
	font-weight: normal;
}
/* 相关搜索的 css end */
