/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family:"宋体";
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}
/*---------------------菜单样式----------------------------------*/
#menu{
	height:36px; 	
}
#menu ul{
	width:900px; height:32px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:120px; line-height:36px;  text-align:center;
}
.m_li a{
	display:block; color:#FFFFFF; width:120px;
}
.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:120px; line-height:36px; text-align:center;  font-weight:bold;
	background: #FFF; position:relative; height:36px; 
}
.m_li_a a{
	display:block; color:#FF0000; width:120px;
}
.smenu{
	width:900px;padding:0px; list-style-type:none; height:36px; line-height:36px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px;  clear:both; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; clear:both; 
}
