/*---------- 头部文件 topindex.asp 样式 ----------*/
#mainHeader{
	width: 360px;
	margin-right: 0px;
	margin-left: auto;
	height: 20px;
	height: 20px;
	background-image: url(imgHeader/index-ne.gif);
}
#mainHeader ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#logo{
	width: 250px;
	float: left;
	display: block;
	height: 60px;
	
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
#ulOne{
	display: block;
	float: right;
	width: 772px; /* 改变width可调ulOne与右边的距离 */
	width: 772px; /* 顶部加电话号码 */
	font-size: 12px;
	bottom: 1px;
	clip: rect(auto,auto,1px,auto);
}
#ulOne li{
	width: 60px;
	float: right; /* 为right则倒序 */
	display: block;
	text-align: center;
	line-height: 20px;
	color: 666666;
	margin-right: 3px;
}
#ulOne a{
	color: #666666;
	text-decoration: none;
}
#ulOne a:hover{
	color: #CC6600;
	text-decoration: underline;
}
#ulTwo{
	width: 563px!important;
	width: 553px;/*
	height: 60px;
	height: 20px;*/
	float: right;
	display: block;
	clear: right;
	font-size: 12px;
}
#ulTwo li{
	float: left;
	display: block;
	width: 80px;
	margin-top: 0px;
	line-height: 26px;
	text-align: center;
	/* background-image: url(images/imgHeaderLine.gif);*/
	background-repeat: no-repeat;
	/*margin-left: -5px!important;*/
	margin-left: 7px;
	margin-right: 0px;
	
	/********************
	background-color:#CC6600;*/
}
#ulTwo a{
	/*color: #336699;*/
	color:#666666;
	text-decoration: none;
}
#ulTwo a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.lineCss{
	width: 75px;
	background-image: url(images/imgHeaderLine.gif);
	background-repeat: no-repeat;
}
