/*---------------------菜单样式----------------------------------*/
#menu{
	height:39px;
	margin-top:0px; background-image:url(index_bg05.gif);
}
#menu ul{
	margin:auto; width:948px; height:39px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:87px; line-height:39px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{
	display:block; color:#FFFFFF; width:87px;
}
.m_line{
	float:left; width:1px; height:32px;
	line-height:32px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:87px; line-height:39px; text-align:center; padding-top:0px; font-weight:bold;
	background-image:url(index_menu_bg.gif); position:relative; height:39px; margin-top:0px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#FF0000; width:87px;
}
.smenu{
	background-image:url(index_bg07.jpg); width:948px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:36px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}
