/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}


/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
	
	
}
a:hover {
	color: #106333;
	text-decoration: none;
		font-weight:bold;
}
a:active{
	color: #006600;
	font-weight:bold;
	text-decoration: none;
}

menulinks {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
menulinks:hover {
	color: #106333;
	text-decoration: none;
}
menulinks:active{
	color: #006600;
	font-weight:bold;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:38px;
	background-image: url("../images/menu_bg2.jpg");
	text-align: left;
	width: 800px;
}
#menu ul{
	width:720px;
	height:38px;
	list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;
	
	
}
.m_li{
	float:left;
	width:73px;
	line-height:35px;
	text-align:center;
	margin-top: 3px;
}
.m_li a{
	display:block; color:#EBFAED; width:73px;
}
/*li_a:hover*/
.m_li2{
	float:left;
	width:73px;
	line-height:35px;
	text-align:center;
	margin-top: 3px;
}
.m_li2 a{
	display:block; color:#EBFAED; width:73px;
}

.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:73px;
	line-height:38px;
	text-align:center;
	font-weight:bold;
	background-image:url("../images/m_bg_ok.jpg");
	position:relative;
	background-repeat: no-repeat;
}
.m_li_a a{
	display:block; color:#EFFFD7; width:73px;
}


.smenu{
	width:800px;
	list-style-type:none;
	height:25px;
	background-image: url("../images/menudx.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E9FBEB;
	margin: 0px;
}
.s_li{
	line-height:25px;
	width:auto;
	display:none;
	height:25px;
	text-align: left;
}
.s_li_a{
	line-height:24px;
	width:auto;
	display:block;
	height:25px;
	text-align: left;
}
.header_kk{
	width:100%;
	display:block;
	clear:both;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("../images/mm_bgt1.gif");
	background-repeat: repeat-x;
	background-position: center;
	padding: 0px;
}
