/*---------------------页面基础定义----------------------------------*/
body
{ text-align:center;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding:0px;
	margin:0px;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:39px;
	background:url(../images/menu/index_03.jpg) repeat-x;
	width:900px;
	text-align:center;
}
#menu ul{
	margin:0; height:35px;
	margin-left:10px;
	list-style-type:none;
}
.m_li{
	float:left; width:78px; line-height:35px;  text-align:center;
	font-size:14px;
}
.m_li a{
	display:block; color:#fff; width:78px;
}
.m_line{
	float:left; width:1px; height:39px;
	line-height:35px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 35 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.subli
{height: 28px; width:900px; background:url(../images/menu/index_r4_c6.gif) repeat-x;font-size:13px;}
.m_li_a{
	float:left; width:84px; line-height:39px; text-align:center; font-weight:bold;
	font-size:14px;
	background-image:url(../images/menu/tab2.gif); position:relative; height:38px; margin-top:-3px; background-repeat:no-repeat;
}
.m_li_a a{
color: #000;
	display:block;  width:78px;
}



.smenu{
	width:100%; margin:0; padding:0px; list-style-type:none; height:28px;filter:alpha(opacity=10);background:#ffffff;
}
.s_li{
	line-height:28px; width:auto; display:none; height:28px; position:relative;
	font-size:12px;font-weight:bold;
}
.s_li_a{
	line-height:28px; width:auto; display:block; height:28px; 
	font-size:13px;
}


.READNEWSTITLE	{font-size: 18px; line-height: 160%; color: #ff0000;
font-weight: bold; 
filter:DropShadow(Color=#cccccc, OffX=1, OffY=1, Positive=1)
}