<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*导航菜单*/
#navMenu {
	width:1000px;
	height: 40px;
	line-height: 40px;
	display:block;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;}
#navMenu .onelink{
background-image:none;
	padding-left:0;}
#navMenu li {
	width:97px;
	text-align:center;
	float: left;
	padding-left:3px;
	line-height: 40px;
	height: 40px;
	background-image: url(imagesmenu_jg_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	list-style:none;}

#navMenu li a {
	color:#ffffff;
	width:97px;
	display: block;
	font-size:14px;
	font-weight:bold;}
#navMenu li a:hover, #navMenu li.hover a {
	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#FFFF00;
	font-size:14px;
	font-weight:bold;}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 100px;
	visibility: hidden;
/*  	filter: progid:dximagetransform.microsoft.shadow(color=#000, direction=135, strength=4);
*/	margin-top: -1px;
	margin-left:-2px;
	border: 1px solid #4D5B66;
	border-top: 0px solid #3CA2DC;
	background-color: #0D1C31;
	/*background:url(../imagess/mmenubg.gif);*/
	padding-top:6px;
	padding-bottom:6px;
	filter: Alpha(Opacity=85);}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;}
.dropMenu li a {
	width: 92%;
	display: block;
	text-align:center;
	color: black;
	padding: 4px 0 4px 0px;
	color:#71b8d4;
	border-bottom: 1px dashed #4D5B66;}
.dropMenu+li a{
border-top:none;}
* html .dropMenu a {
	width: 100%;
	color:#6CA7C7;}
.dropMenu a:hover {
	text-decoration: underline;
	color:#FFFF00;}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;}





</pre></body></html>