.bottom {
	width: 690px;
	height: 80px;
	float: right;
	text-align: center;
	vertical-align: middle;
}
.top {
	border: 1;
	width: 298px;
	height: 101px;
	border-right-style: solid;
}
.top2 {
	border: 1;
	border-bottom-style: solid;
	top: 0px;
	position: absolute;
	left: 300px;
	width: 680px;
	height: 70px;
}
.top3 {
	border: 1;
	top: 71px;
	position: absolute;
	left: 300px;
	width: 680px;
	height: 30px;
}
.test ul{list-style:none;}
.test li{float:left;width:113px;background:#E2F6DA;margin-left:0px;line-height:30px;}
.test a{display:block;text-align:center;height:30px;}
.test a:link{color:#666;text-decoration:none;background:url(images/qtt1.jpg) #E2F6DA no-repeat 0px 0px;}
.test a:visited{color:#666;text-decoration:none;}
.test a:hover{color:#FFF; font-weight:bold;text-decoration:none;background:url(images/qtt2.jpg) #49C114 no-repeat 0px 0px;}


#menu {
	MARGIN: 0px 0px 0px 0px;  /*定义层的外边框距离*/
	PADDING:0px;   /*定义背景颜色*/
	COLOR: #f58735;    /*定义字体颜色*/
	BORDER:#fff 0px solid;  /*定义边框为2px白色线条*/
	WIDTH:121px;    /*定义内容的宽度为160px*/
	font-size: 14px;
}
#menu ul {
MARGIN: 0px;
PADDING: 0px;
BORDER: left none; /*不显示边框*/
LINE-HEIGHT: 21px; 
LIST-STYLE-TYPE: none;

}
#menu li {
	MARGIN: 0px;
	height: 21px;
} 
#menu li a {
	PADDING:0px 0px 0px 0px;
	DISPLAY: block;
	FONT-WEIGHT: bold;
	BACKGROUND: url(images/button001.gif) no-repeat 40px 7px;
	WIDTH: 100%;
	COLOR: #555;
	TEXT-DECORATION: none;
	text-align: center;
	font-size: 14px;
}
#menu li a:hover {
	BACKGROUND:url(images/button001.gif) no-repeat 40px 7px;
	COLOR: #000;
	background-color: #1984BD;
}
