* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 12px;
  font-family: tahoma;
  border: 0px;
}

a {
  color: #3366cc;
  text-decoration: none;
}

img {
  border: 0px;
}

ul {
  list-style: none;
}

#top {
  width: 970px;
  margin: auto;
  height: 130px;
}

#top #logo {
  position: absolute;
}

#top #row-1 {
  height: 55px;
}

#top #row-1-1 {
  text-align: right;
  padding: 5px 0px 0px 0px;
}

#top #row-1-1 a{
  font-size: 12px;
}

div#banner {
  float:left;
  background-image:url(../image/logo-new.png);
  width:300px;
  height:55px;
  background-repeat:no-repeat;
}

div#banner div#text-1 {
  padding:11px 0px 0px 136px;
  font-size:14px;
  font-weight:bold;
  color:#f58220;
}

div#banner div#text-2 {
  padding:16px 0px 0px 240px;
  width:200px;
  color:#666;
}

#top #row-1-2,#top #row-1-2 span {
  font-size: 13px;
  text-align: right;
  padding: 2px 0px 0px 0px;
}

#top #row-1-2 span{
  color: #f58220;
  font-weight:bold;
}

#top #row-2 {
  height: 39px;
  /*background-color: #f58220;*/
  background-image:url(../image/menu-bg.png);
}

#top #cell-2-1 {
  padding: 0px 0px 0px 8px;
  list-style: none;
}

#top #cell-2-1 li{
  height: 30px;
  float: left;
  color: white;
}

#top #cell-2-1 li div.title{
  /*width: 70px;*/
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  margin:0px 0px 0px 0px;
  padding: 8px 15px 0px 15px;
}

#top #cell-2-1 li div.tips{
    position:absolute;margin:-18px 0px 0px 14px
}

#top #cell-2-2 {
  border: 1px #999999 solid;
  margin: 4px 8px 0px 0px;
  width: 181px;
  height: 20px;
  float: right;
}

#top #cell-2-2 #textbox input{
  position: absolute;
  border: 0px;
  width:113px;
  height: 20px;
  line-height: 20px;
}

#top #cell-2-2 #button{
  float: right;
  cursor: pointer;
}

#top #cell-2-2 #dropdownlist{
  float: right;
  width: 50px;
  height: 20px;
  background-image: url(../image/find-dropdownlist-bg.png);
  cursor: pointer;
}

#top #cell-2-2 #dropdownlist #selected{
  height: 16px;
  padding: 4px 0px 0px 0px;
  text-indent: 9px;
}

#top #cell-2-2 #dropdownlist #find-type-list{
  list-style: none;
  background-color: white;
  position:absolute;
  border-bottom:1px #999999 solid;
  z-index:1
}

#top #cell-2-2 #dropdownlist #find-type-list li{
  width: 48px;
  border-left: 1px #999999 solid;
  border-right: 1px #999999 solid;
  text-indent: 8px;
  line-height: 18px;
  padding: 3px 0px 0px 0px;
}

.lv2Menu ul {
  list-style: none;
}

.lv2Menu ul li{
  float: left;
}

.lv2Menu ul li a{
  color: black;
}

#top #row-3 {
  height: 25px;
  background-image: url(../image/menu-child-bg.png)
}

#top #row-3 div.lv2Menu {
  padding: 3px 0px 0px 80px;
}

#top #cell-2-1 .selectmenu {
	color:#f58220;
	/* background:url(/image/head-menu-active-bg.png); */
	background-color:white;
	margin: 3px 0px 0px 0px;
	height: 35px;
	width:71px;
	border-top: 1px solid #de8900;
}

#top #cell-2-1 .selectmenu div.title{
    /*
	background:url(/image/head-menu-active-bg-r.png);
	background-position: right top;
	background-repeat: no-repeat;
	*/
	padding: 5px 0px 0px 0px;
}

#top #cell-2-1 .selectmenu-no {
	background:;
	color:#fff;
}