<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.Navigation {
	background: url("nav_bg.jpg") repeat-x; width: 100%; height: 38px;
}
.naviga {
	margin: auto; width: 990px; height: 46px; background:url(menu-bg.jpg)
}
#nav {
	line-height: 46px; list-style-type: none; font-size:14px; FONT-FAMILY: 微软雅黑; 
}
#nav a {
	width: 123px; text-align: center; color: rgb(255, 255, 255); display: block; font-size:14px; FONT-FAMILY: 微软雅黑; 
}
#nav li {
	width: 123px; font-size: 14px; float: left;
}
#nav li a:hover {
	background: rgb(125, 1, 1);
}
#nav li ul {
	left: -999em; width: 123px; text-align: center; line-height: 40px; list-style-type: none; position: absolute; z-index: 9999999;
}
#nav li ul li {
	background: rgb(90, 2, 2); width: 123px; text-align: center; border-top-color: rgb(130, 1, 1); border-bottom-color: rgb(90, 2, 2); border-top-width: 1px; border-bottom-width: 0px; border-top-style: solid; border-bottom-style: solid; float: left;
}
#nav li ul a {
	width: 123px; text-align: center; display: block;
}
#nav li ul a:link {
	color: rgb(255, 255, 255); text-decoration: none;
}
#nav li ul a:visited {
	color: rgb(255, 255, 255); text-decoration: none;
}
#nav li ul a:hover {
	background: rgb(125, 1, 1); color: rgb(243, 243, 243); font-weight: normal; text-decoration: none;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}

.lmbt {font-size:14px; FONT-FAMILY: 微软雅黑; color:#760000;}</pre></body></html>