/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Microsoft Yahei;
	font-size: 14px;
	color: #333333;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
		font-size: 14px;}
a:hover {
	color: #990000;
	text-decoration: none;
		font-size: 14px;}
a:active{
	color: #990000;
	text-decoration: none;
		font-size: 14px;}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:50px;
	background-color:#2A5C3D;
        text-align:center;}
#menu ul{
	margin:auto;height:50px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;text-align:center;}
.m_li{
	float:left; width:110px; line-height:32px;  text-align:center; margin-right:-4px; margin-left:-4px;text-align:center;}
.m_li a{
	display:block; color:#FFFFFF; width:78px;text-align:center;}
.m_line{
	float:left; width:1px; height:32px;}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);}
.m_li_a{
	float:left; width:110px; line-height:32px; text-align:center; padding-top:3px; font-weight:bold;
	background-image:url(../img/menu_bg.jpg); position:relative; height:30px; margin-top:-2px; margin-right:-4px; margin-left:-4px;}
.m_li_a a{
	display:block; color:#990000; width:86px;}


.smenu{
	width:980px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;}
.s_li{
	line-height:32px; width:auto; display:none; height:32px;}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px;}

/*---------------------布局样式----------------------------------*/
#daohang{
         width: 1280px;
         margin: auto;
         height:50px
}