@charset "gb2312";
.navbar {
	background-repeat: repeat-x;
	background-image: url(../../images/header/header_04.gif);
	white-space: nowrap;
	overflow: hidden;
	table-layout:fixed;
}
.navbar ul {
	list-style-type: none;
}
#lstitem {
	width: 5px;
}
.navbar li {
	float: left;
	background-image: url(../../images/header/header_04.gif);
	width: 80px;
	text-align: center;
	border-left: 2px outset #77d84d;
	background-repeat: repeat-x;
	line-height: 26px;
}
body {
	font-family: Verdana, "ËÎÌå", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#navbar a {
	display:block;
	font-weight: bold;
	width: 78px;
	height: 24px;
	font-size:12px;
}
#navbar a:link{
	font-family: Verdana, "ËÎÌå", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#006600;
}
#navbar a:visited{
	font-family: Verdana, "ËÎÌå", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#333;
}
#navbar a:hover {
	background-color:#E6FAD6;
	height:20px;
	color: #003300;
}
#bottom {
	background-image: url(../bottom/bottombg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 5px;
}
