
/*---------------------链接定义----------------------------------*/
a {
	color: #610101;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a:active{
	color: #903;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:32px; width:100%; margin:0; 
	margin-top:8px; background:url(0001.jpg) no-repeat; background-position:center;
}
#menu ul{
	 width:100%; height:32px;
	list-style:none; padding:0px; margin:0 auto;
}
#menu ul li{margin:0; padding:0}
.m_li{
	float:left; line-height:32px;  text-align:center;
}
.m_li a{
	display:block; color:font-size:14px; font-weight:bold; font-family:"微软雅黑";
}
.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; line-height:32px; text-align:center; padding-top:3px; font-weight:bold;
 position:relative; height:32px; margin-top:-3px;
}
.m_li_a a{
	display:block;
}


.smenu{
	width:100%; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:35px; background:url(uu.jpg) no-repeat;
}
.s_li{
	line-height:30px; width:auto; display:none; height:30px; font-size:12px; font-weight:600; font-family:"微软雅黑"; padding-top:3px;
}
.s_li_a{
	line-height:30px;display:block; height:30px;
}
