/*---------------------页面基础定义----------------------------------*/
/*
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
*/
#new_header .header {
	clear: both;
	height: 84px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#ffffff;
}

#new_header .header .logo {
	float: left;
	height: 80px;
	width: 250px;
	margin-top: 0px;
}

#new_header .header .gg {
	float: right;
	height: auto;
	width: 663px;
	margin-top: 0px;
}
/*
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
*/
/*---------------------链接定义----------------------------------*/
#new_header a {
	color: #333333;
	text-decoration: none;
}

#new_header a:hover {
	color: #FF0000;
	text-decoration: none;
}

#new_header a:active{
	color: #FF0000;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#new_header #menu{
	height:34px;
	margin-top:0px;
	background-image: url(../images/header_11.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	z-index:4;
}

#new_header #menu2 {
	height: 30px;
	width: 950px;
	margin-top:-6px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1F1F1;
	z-index:1;
}

#new_header #menu ul{
	margin:auto; width:850px; height:32px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}

#new_header .m_li{
	float:left;
	width:90px;
	line-height:34px;
	text-align:center;
}

#new_header .m_li a{
	display:block;
	color:#FFFFFF;
	width:90px;
	line-height:34px;
}

#new_header .m_line{
	float:left;
	width:1px;
	height:34px;
	line-height:34px;   /*ff下有效(图片垂直居中)*/
}

#new_header .m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}

#new_header .m_li_a{
	float:left;
	width:90px;
	line-height:24px;
	text-align:center;
	vertical-align:middle;
	padding-top:8px;
	font-weight:bold;
	background-image:url(../images/button_1490.jpg);
	position:relative;
	height:24px;
	margin-top:0px;
	background-position: top;
	background-repeat: no-repeat;
}

#new_header .m_li_a a{
	display:block;
	color:#FF0000;
	width:90px;
}

#new_header .smenu{
	width:774px;
	margin:0px auto 0px auto;
	padding:0px;
	list-style-type:none;
	height:34px;
}

#new_header .s_li{
	line-height:34px;
	display:none;
	height:34px;
}

#new_header .s_li_a{
	line-height:34px;
	width:auto;
	display:block;
	height:34px;
}
