/*css for header*/
#headerbg {
	position: relative;
	width: 100%;
	height: 29px;
	background: url('/images/headbg.jpg') repeat-x top center;
	border-bottom: 1px solid #c6c4c1;
	z-index: 6;
}

#header {
	position: relative;
	width: 980px;
	margin: auto;
	height: 29px;
}

#header #logo {
	width: 170px;
	height: 29px;
	background: url('/images/logo.jpg') no-repeat center top;
	float: left;
}

#header ul {
	float: left;
	width: 280px;
	height: 29px;
}

#header ul li {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	width: 55px;
	height: 29px;
	padding-left: 7px;
	background: url('/images/headslip.jpg') no-repeat left center;
}

#header ul li.first {
	padding-left: 0px;
	background: none;
	width: 80px;
}

#header ul li#email {
	width: 65px;
}

#header ul li img {
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 20;
}

#header ul li.first img {
	border: 1px solid #70a041;
	left: 8px;
	height: 18px;
	padding: 1px;
	width: 18px;
}

#header ul li#email img {
	left: 13px;
	top: 8px;
}

#header ul li a.menu {
	display: block;
	position: absolute;
	line-height: 20px;
	text-align: center;
	top: 5px;
	right: 3px;
	height: 20px;
	padding-right: 20px;
	background: url('/images/down.jpg') no-repeat right center;
	z-index: 20;
}

#header ul li.lihover a.menu, #header ul li:hover a.menu {
	background: url('/images/down_hover.jpg') no-repeat right center;
}

#header ul li span.lihoverbg {
	display: none;
	position: absolute;
	top: 2px;
	left: 8px;
	width: 52px;
	height: 28px;
	border: 1px solid #70a041;
	border-bottom: none;
	background-color: #f2f8e1;
	z-index: 10;
}

#header ul li.first span.lihoverbg {
	width: 77px;
	left: 1px;
}

#header ul li#email span.lihoverbg {
	width: 62px;
}

#header ul li div {
	display: none;
	position: absolute;
	top: 30px;
	left: 8px;
	width: 120px;
	padding: 5px 0px;
	border: 1px solid #70a041;
	background-color: #f2f8e1;
	z-index: 9;
}

#header ul li.first div {
	left: 1px;
}

#header ul li#email div {
	width: 100px;
}

#header ul li#liulan div {
	width: 70px;
}

#header ul li.lihover span.lihoverbg, #header ul li:hover span.lihoverbg, #header ul li.lihover div, #header ul li:hover div {
	display: block;
}

#header ul li div.simplemenu a {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	width: 110px;
}

#header ul li div.simplemenu a:hover {
	border-top: 1px solid #70a041;
	border-bottom: 1px solid #70a041;
	line-height: 28px;
	height: 28px;
	background-color: #FFFFFF;
	color: #4a771c
}

#header ul li#email div a {
	width: 90px;
}

#header ul li#liulan div a {
	width: 60px;
}

#header ul li#menume div {
	width: 210px;
}

li#menume div p {
	display: block;
	border-top: 1px solid #f2f8e1;
	border-bottom: 1px solid #f2f8e1;
	line-height: 28px;
	height: 28px;
	padding-left: 5px;
	width: 205px;
	clear: both;
}

li#menume div p.phover, li#menume div p:hover {
	border-top: 1px solid #70a041;
	border-bottom: 1px solid #70a041;
	line-height: 28px;
	height: 28px;
	background-color: #FFFFFF;
	color: #4a771c
}

li#menume div span {
	display: block;
	line-height: 30px;
	height: 30px;
	float: left;
}

li#menume div span.menume {
	padding-left: 25px;
	width: 80px;
}

li#menume div span#menume_1 {
	background: url('/images/home.gif') no-repeat left center;
}

li#menume div span#menume_2 {
	background: url('/images/smile.gif') no-repeat left center;
}

li#menume div span.menume_operat {
	width: 90px;
	text-align: right;
}

li#menume div span.menume_operat a {
	color: #006699;
}

#header a {
	color: #333333;
	text-decoration: none;
}

#header form {
	float: left;
	margin-left: 180px;
	height: 29px;
}

#header form input {
	margin-top: 5px;
	float: left;
	line-height: 18px;
	height: 18px;
	border: 1px solid #949494;
}

#header #s_value {
	width: 200px;
	margin-right: 5px;
	color: #999999;
}

#header #s_submit {
	padding: 0px 15px;
	height: 20px;
	line-height: 16px;
}

#header #operat {
	float: left;
	margin-left: 20px;
	height: 29px; /*background: url('/images/headslip.jpg') no-repeat left center;*/
}

#header #operat a {
	padding: 0px 10px;
	line-height: 29px;
}
