ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;

color:#969696;

}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 35px;
}
ul#topnav li div a {
	float: left; 
	text-indent: 0;
	height: 31px;
}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }


ul#topnav a.s1 {
	background: url(../images/menu_01.jpg) no-repeat;
	width:82px;
}
ul#topnav a.s2 {
	background: url(../images/menu_02.jpg) no-repeat;
	width: 90px;
}
ul#topnav a.s3 {
	background: url(../images/menu_03.jpg) no-repeat;
	width: 92px;
}
ul#topnav a.s4 {
	background: url(../images/menu_04.jpg) no-repeat;
	width: 91px;
}
ul#topnav a.s5 {
	background: url(../images/menu_05.jpg) no-repeat;
	width: 92px;
}ul#topnav a.s6 {
	background: url(../images/menu_06.jpg) no-repeat;
	width: 114px;
}

ul#topnav li .sub {
	position: absolute;
	z-index:100;
	top: 24px;
	left: -14px;
	text-align:center;
	background: #f8f8f8;
	/*	float: left;*/
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#topnav .sub ul li {
	/*width: 100%;*/
	color: #099;

	/*	float: left;*/

	margin: 0;
	padding: 0;
	text-align:center;
}
ul#topnav .sub ul li a {
/*	white-space: nowrap;
	display:block;
	float:left;*/
	font-size:12px;
	border-bottom:1px #ccc solid;
		_width: 86px;
	min-width:86px;
	overflow:visible;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 3px 0px 3px;
	text-decoration: none;
	color: #000;/*	font-family:"楷体_GB2312";*/
	text-align:center;
	position: relative;
	font-weight: normal;

}
ul#topnav .sub ul li a:hover {
	color:#1065d8;
	background-position: 5px 12px;/*background-color: #060;	font-family:"楷体_GB2312";*/
	font-weight: bold;
}
ul#topnav .sub ul li a:active {
	color:#1065d8;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
