@charset "utf-8";
/* CSS Document */
.nav {
	height:70px;
	position:relative;
	width:590px;
	z-index:590;
	background-image: url(../image/flace/menuTopH.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}
.nav .table {
	display:table;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}
.nav .select, .nav .current {
	list-style:none;
	display:table-cell;
	white-space:nowrap;
	float: left;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	cursor:pointer;
	height: 50px;
	padding-top: 10px;
}
.nav li {
	margin:0;
	height:auto;
	float:left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.nav .select a {
	display:block;
	height:25px;
	float:left;
	padding:0 0 0 5px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#333333;
}
.nav .select a b {
	display:block;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../image/flace/menuTopBian.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav .current a {
	display:block;
	height:25px;
	float:left;
	padding:0 0 0 5px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#009933;
}
.nav .current a b {
	display:block;

}
.nav .select a:hover, .nav .select li:hover a {
	cursor:pointer;
	color:#01A6C2;
	height: 50px;
	padding-left: -8px;
}
.nav .select a:hover b, .nav .select li:hover a b {
	display:block;
	float:left;
	padding:0 20px 0 20px;
	cursor:pointer;
	background-image: url(../image/flace/menuTopBian.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav .select_sub {
	display:none;
}
/* IE6 only */
.nav table {
	border-collapse:collapse;
	margin:0 0 -1px 0;
	font-size:1em;
	width:0;
	height:0;
}
.nav .sub {
	display:table;
	padding:0;
	list-style:none;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nav .select :hover .select_sub, .nav .current .show {
	display:block;
	position:absolute;
	width:590px;
	top:25px;
	left:0;
	text-align:center;
}
.nav .select :hover .select_sub {
	background-color: #FCFCFC;
	margin-top: 8px;
}
.nav .current .show {
	z-index:10;
}
.nav .select :hover .sub li a, .nav .current .show .sub li a {
	display:block;
	float:left;
	padding:0 0 0 5px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#999999;
	height:20px;
	line-height:20px;
}
.nav .select :hover .sub li a b {
	padding:0 10px 0 5px;
	font-weight:normal;
}
.nav .current .sub li.sub_show a {
	color:#fc6;
	cursor:default;
	padding:0 0 0 5px;
	
}
.nav .current .sub li.sub_show a b {
	padding:0 10px 0 5px;
	color: #336699;
	font-weight:normal;
}
.nav .current .sub li a b {
	padding:0 10px 0 5px;
}
.nav .select :hover .sub li a:hover, .nav .current .sub li a:hover {
	visibility:visible;
	color:#FF6600;
	padding:0 0 0 5px;
	background-image: none;	
}
.nav .select :hover .sub li a:hover b, .nav .current .sub li a:hover b {
	padding:0 10px 0 5px;
	color: #333333;
}
.nav .table .select #menuZhuangtai a {
	background-image: url(../image/flace/menuTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav .table .select #menuZhuangtai .select_sub a {
	background-image: none;
}
