﻿/*---------------------页面基础定义----------------------------------*/

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
.t1 {
	color: #FFFFFF;
}
a.submenu1 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

a:active{
	color: #FF0000;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:37px; background-color:#FFFFFF;
}
#menu ul{
	width:862px;
	height:37px;
	list-style-type:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 90px;
}
.m_li{
	float:left;
	width:114px;
	line-height:37px;
	text-align:center;
	margin-right:-2px;
	margin-left:-2px;
}
.m_li a{
	display:block; color:#000000; width:114px;
}
.m_line{
	float:left; width:1px; height:37px;
	line-height:37px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:114px; line-height:39px; text-align:center; padding-top:0px; font-weight:bold;
	background-image:url(../images/menu_bg.jpg); position:relative; margin-top:0px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#FFFFFF; width:114px;
}


.smenu{
	width:950px;
	padding:0px;
	list-style-type:none;
	height:32px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:37px; 
}
.IPblack {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}