* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	text-align: center;
	background-color: #cccccc;
}
#container {
	width: 1000px;
	margin: auto;
	padding:0;
	background-color: white;
}
#header {
	background-attachment: scroll;
	background-image: url(/templets/v2/images/header.gif);
	background-repeat: repeat-x;
	border-bottom: 1px white solid;
	height: 114px;
}
#logo {
	float: left;
	width: 480px;
}
#toplinks {
	width: auto;
	float: right;
	margin-top: 23px;
	display:inline;
	margin-right: 24px;
}
#toplinks .plain {
	color: #717174;
	background-attachment: scroll;
	background-image: url(/templets/v2/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	float: left;
	padding-left: 14px;
	margin-top:3px;
}

#toplinks .plain a {
	color: #717174;
	text-decoration:none;
}
#toplinks .dropdown {
	float: left;
	margin-left: 24px;
}
#toplinks .dropdown form {
	margin: 0;
	padding: 0;
}

#jumpMenu {
	border: 1px solid #d6d6d6;
	color: #717174;
	font-size: 12px;
	height: 22px;
}
#search {
	margin: 17px 0px 0px 0px;
	float: right;
	display:inline;
	text-align: left;
	width: 226px;
	background-color: #ffc525;
}
#search form {
	margin: 0;
	padding: 0;
}
#search form table tr td {
	
}

#keyword {
	background-attachment: scroll;
	background-image: url(/templets/v2/images/searchmiddle.gif);
	background-repeat: repeat-x;
	height: 22px;
	margin: 0;
	padding: 0;
	color: #717174;
	border: 0;
	line-height: 22px;
	background-position: 0px 0px;
	font-size:12px;
	width:150px;
}

#search_button {
	padding: 0;
	margin: 0;
	width: 21px;
	height: 22px;

}

#translate {
	color: #CCC;
	margin: 14px 0px 0px;
	text-align: right;
}

#menu {
	background-attachment: scroll;
	background-image: url(/templets/v2/images/menu.gif);
	background-repeat: repeat-x;
	height: 40px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li {
	margin:0;
	float: left;
}
#menu ul li a {
	margin:0;
	line-height: 40px;
	color:white;
	text-decoration:none;
	font-family: "微软雅黑", "黑体";
	font-size: 13px;
	letter-spacing: 1px;
	background-attachment: scroll;
	background-image: url(/templets/v2/images/menuseption.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 87px;
	padding: 0 12px;
	display: block;
}
#menu ul li a:hover, .hover {
	background-image: url(/templets/v2/images/menuactive.gif);
	background-repeat: repeat-x;
}

#footer {
	width: auto;
	background-image: url(/templets/v2/images/footer.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#somelinks {
	margin: 0 0 0 13px;
}
#somelinks ul {
	margin: 24px 12px 0 0;
	width: 185px;
	height: 160px;
	float: left;
	background-color: #212121;
	text-align: left;
	list-style: none;
	display: inline;
}
#somelinks h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffcc33;
	margin: 12px 26px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 12px;
}
#somelinks li {
	margin: 0 22px 6px 26px;
}

#somelinks ul li a {
	color: #999999;
	text-decoration: none;
}
#subsites {
	width: 970px;
	line-height: 40px;
}
#subsites ul {
	list-style: none;
	background-color: #282827;
	margin: 12px 14px 12px 13px;
	width: auto;
}
#subsites ul li {
	color: #ffcc33;
	float: left;
	margin-left: 15px;
	font-weight: bold;
	display: inline;
}
#subsites ul li a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#lastline {
	width: 1000px;
	margin-top: 12px;
}
#lastline form {
	margin: 18px 0;
	padding: 0;
}
.email {
	margin-top: 10px;
}



#lastline .left {
	float: left;
	width: 406px;
	text-align: left;
}
#footerlinks {
	border-bottom: dashed 1px #666;
	margin: 16px 15px 6px 40px;
	color: #666;
}

#footerlinks a {
	color: white;
	text-decoration: none;
	line-height: 30px;
	margin-left: 0px;
}

#email {
	background-attachment: scroll;
	background-image: url(/templets/v2/images/email.gif);
	background-repeat: no-repeat;
	color: #999999;
	text-indent: 12px;
	line-height: 21px;
}

#lastline .right {
	width: 30%;
	float: right;
}
#copyright {
	font-family: Helvetica, "宋体";
	color: #666;
	margin-left: 30px;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 5px;
	margin-left:0px;
	z-index:100;
	width: 120px;
	visibility: hidden;
	margin-top: -1px;
	border: 1px solid #ccc;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
}
.dropMenu {
	background-color:#424242;
}

.dropMenu li {
	list-style:none;
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
	background-attachment: scroll;
	background-image: url(/templets/v2/images/li_submenu.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: white;
	padding: 2px 0 2px 1.2em;
	text-decoration:none;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	text-decoration: underline;
}

