#menu{
	height: 30px;
	width: 807px;
	position: absolute;
	left: 160px;
	top: 130px;
	clear: both;
	float: none;
	z-index: 500;
}
#menu ul li{
	height: 20px;
	width: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	text-align: center;
}
#menu ul li.closed{ display:none;}
#menu ul li.closed1{ display:none;}






#menu ul li.lv2{
	position:absolute;
	width:160px;
	float:left;
	left: 0px;
	top: 20px;
}
#menu ul li.lv2 ul{
	width:160px;
	text-align:center;
	float:left;
	background-color: #FFF;
	border: thin solid #83B13A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-indent: 5px;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
}
#menu ul li.lv2 ul li a{
	width:160px;
	text-align:left;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-indent: 5px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #83B13A;
}
#menu ul li.lv2 ul li a:hover{
	background-color: #83B13A;
	color: #ffffff;
}



#menu ul li.lv3{
	position:absolute;
	width:160px;
	float:left;
	left: 91px;
	top: 20px;
}
#menu ul li.lv3 ul{
	width:160px;
	text-align:center;
	float:left;
	background-color: #FFF;
	border: thin solid #83B13A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-indent: 5px;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
}
#menu ul li.lv3 ul li a{
	width:160px;
	text-align:left;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-indent: 5px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #83B13A;
}
#menu ul li.lv3 ul li a:hover{
	background-color: #83B13A;
	color: #ffffff;
}
.container{
	width:960px;
	margin:0px auto;
}
.closed{display:none;}
.closed1{display:none;}

.menu a{
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.menu a:hover
{
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	display: block;
	background-color: #83B13A;
}
.menuActive a{
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	display: block;
	background-color: #83B13A;
.menuActive a:hover
{
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	display: block;
	background-color: #83B13A;
}

