@charset "utf-8";
.lingyu_nav_out a {
	display:block;
	overflow:hidden;
	text-decoration:none;
}

.lingyu_nav_out li.sfhover ul {
	border: #ddd 1px solid;
	left: auto;
}
/*火狐*/
.lingyu_nav_out li ul {
	float:left;
	border-top: #ddd 1px solid;
	z-index: 888;
	left: -999px;
	margin-left: 150px;
	border-left: #ddd 1px solid;
	width:462px;
	position:absolute;
	background-color:#fff;
	border-right:0px;
	overflow:hidden;
	margin-top:-45px;
	padding-bottom:10px;
}
/*IE6.0*/
* html .lingyu_nav_out li ul {
	border-top: #ddd 1px solid;
	z-index: 888;
	left: -999px;
	margin-left: -120px;
	border-left: #ddd 1px solid;
	width:462px;
	position:absolute;
	background-color:#fff;
	border-right:0px;
	overflow:hidden;
	margin-top:-45px;
}
/*IE7.0*/
*+html .lingyu_nav_out li ul {
	border-top: #ddd 1px solid;
	z-index: 888;
	left: -999px;
	margin-left: -120px;
	border-left: #ddd 1px solid;
	width:462px;
	position:absolute;
	background-color:#fff;
	border-right:0px;
	overflow:hidden;
	margin-top:-45px;
}
.lingyu_nav_out li ul li {
	width:230px;
	list-style:none;
	border-right:#ddd 1px solid;
	background:none transparent scroll repeat 0% 0%;
	padding:0px;
	line-height:28px;
	height:28px;
	color:#627491;
	overflow:visible;
	border-bottom:1px dashed #ddd;
	border-top:0px;
	background-color:#F9FDFF;
	float:left;
}
.lingyu_nav_out li ul a {
	display: block;
	width:220px;
	padding:0px 0px 0px 10px;
	overflow:visible;
	color:#627491;/*background-color:#F9FDFF;*/
}
.lingyu_nav_out li ul a:link {
	color:#627491;
	background-color:#fff;
}
.lingyu_nav_out li ul a:visited {
	background-color:#fff;
}
.lingyu_nav_out li ul a:hover {
	color:#ff6600;
	background-color: #fff;
	text-decoration:underline;
}

