/*---------------------页面基础定义----------------------------------*/
body,td,th {
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------------------链接定义----------------------------------*/
a {
	
	text-decoration: none;
}
a:hover {
	
	text-decoration: none;
}
a:active{

	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	width:700px;height:36px;
	 background:url(../img/daohang.jpg);
}
#menu ul{
	margin:auto; width:700px; height:36px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px; font-weight:bold;
}
.m_li{
	float:left; width:80px; line-height:36px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{
	display:block; color:#021359; width:80px;
}
.m_line{
	float:left; width:1px; height:36px;
	line-height:36px;   /*ff下有?图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 36 - this.height ) / 2);   /*ie下有?图片垂直居中)*/
}
.m_li_a{
	float:left; width:80px; line-height:36px; text-align:center;  font-weight:bold;
	background-image:url(../img/daohangblue.jpg); position:relative; height:36px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#FFFFFF; width:80px;
}


.smenu{
	width:700px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:20px; 
}
.s_li{
	line-height:20px; width:auto; display:none; height:20px; text-align:left;
}
.s_li a{ text-decoration:none; color:#6E74AE}
.s_li_a{
	line-height:20px; width:auto; display:block; height:20px; 
}

