/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #888;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #0F7EA9;
	text-decoration: none;
}
a:active{
	color: #0F7EA9;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:40px; margin:0px; padding:0px; background-color:#FFFFFF;
}
#menu ul{
	margin:auto; height:40px;
	list-style-type:none; padding:0px; margin:0px; 
}
.m_li{
	float:left; line-height:40px;  text-align:center; margin:0px; padding:0px 21px 0px 21px;
}
.m_li a{
	display:block; color:#787878; font-weight:bold; 
}
.m_li a:hover{
	display:block; color:#787878; font-weight:bold; 
}
.m_line{
	float:left; width:1px; height:40px;
	line-height:40px;    /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 40 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; line-height:40px; text-align:center; padding:0px 21px 0px 21px; font-weight:bold;
	height:40px; margin-top:0px; margin-right:0px; margin-left:0px; background:url(../images/mbg_05.jpg) top center no-repeat;
}
.m_li_a a{
	display:block; color:#FFF; 
}


.smenu{
	 margin:0px ; padding:0px; list-style-type:none; height:24px;font-weight:bold;
}
.s_li{
	line-height:24px; width:auto; display:none; height:24px; font-weight:bold; 
}
.s_li_a{
	line-height:24px; width:auto; display:block; height:24px;font-weight:bold;
}
