@charset "gb2312";
/* CSS Document */

.top-menu li .dm  {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 30px;
	padding-bottom: 0pt;
	padding-left: 30px;
	position: absolute;
	left: 0pt;
	top: 33px;
	display: none;
	width: 854px;
	/*--background-color: transparent;--*/
	background-image: url(../images/topnav_active.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #ffffff;
	z-index: 100;
}
.top-menu li:hover .dm  { display: block; } /*--Show subnav on hover--*/
.top-menu li .dm a  {
	display: inline;
	padding: 10px 15px;
	color: #FFF;
	text-decoration: none;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
.top-menu li .dm a:hover {text-decoration: underline;}

