.blue #globalHeader {
    overflow: visible;
}
.blue #globalHeader_nav { padding-top:116px; padding-left:25px; height:55px;
	clear:both;
	margin:0 0 13px 0;
	
	border:none;
	text-align:center;

	color:#000;
	font-weight:bold;
}
.blue #globalHeader_nav li{ float:left; margin-right:15px; margin-left:10px; 
	list-style:none;
	width:96px;
}
.blue #globalHeader_nav li a{ color: #fff; margin-top:42px; width:96px;   display:block; text-align:center;
	background:none;
	
}
.blue #globalHeader_nav .column{
	position:relative;
}
.blue #globalHeader_nav .columnI{
	display:block;
	overflow: hidden;
	width: 100px;
	float:left;
}
.blue #globalHeader_nav .son{filter:alpha(opacity=80);opacity:0.5;
	display:block;
	position:absolute;
	overflow: hidden; margin-left:4px;
	top:56px;
	left:0;
	z-index:10000;
	width: 90px;/*如要横向改长即可*/
	background:#FD9202;
}
.blue #globalHeader_nav .son a{ color:#FFF; font-size:12px; font-weight:normal;
	background:none;
	width:90px;
}
.blue #globalHeader_nav .son a:hover{background:none; 	width:90px;}
.blue #globalHeader_nav a {
	background:url(nava.gif) no-repeat left center;
	font-size:14px;
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	width:90px;
}
.blue #globalHeader_nav .column{
	display:block;
	float:left;
	width:100px;
}
.blue #globalHeader_nav .hide{
	display:none;
}
.blue #globalHeader_nav .mainindex{
	background:none;
}
.blue #globalHeader_nav,.blue #globalHeader_nav a,.blue #globalHeader_nav .column{
	overflow:visible;
}
.blue #globalHeader_nav a:hover {
	text-decoration:underline;
}