/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	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 {
	text-decoration: none;
}
a:active{
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height: 80px;
	background-color: #0F77CA;
}
#menu ul{
	width: 980px;
	height: 36px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.m_li{
	float: left;
	width: 114px;
	line-height: 36px;
	text-align: center;
	margin-right: -2px;
	margin-left: -2px;
	margin-top: 1px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}
.m_li a{
	display:block; color:#FFFFFF; width:114px;
}
.m_line{
	float: left;
	width: 80px;
	height: 80px;
	line-height: 32px;
	background-image: url(images/zwgk.png);
	background-repeat: no-repeat;
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float: left;
	width: 114px;
	line-height: 32px;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
	background-image: url(images/menu_bg.jpg);
	position: relative;
	height: 36px;
	margin-top: 1px;
	margin-right: -2px;
	margin-left: -2px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}
.m_li_a a{
	display: block;
	color: #0F77CA;
	width: 114px;
}


.smenu{
	width:990px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}
.s_li_a{
	line-height: 32px;
	width: auto;
	display: block;
	height: 34px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}
