/* 网站公用 */
BODY {
background-image: url(/Images/bg_b.gif);PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
; text-align:center; float:left}

/*---------------------首页导航样式----------------------------------*/


/*---------------------链接定义----------------------------------*/
a {
	text-decoration: none;line-height:20px;color:#009;text-decoration: none;
}
a:hover {
	color: #0f0597;
	text-decoration: none;
}
a:active{
	color: #FF0000;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:28px;
	margin-top:8px; background-color:#F1F1F1;
}
#menu ul{
	margin:auto; width:650px; height:28px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:65px; line-height:28px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{
	display:block; color:#0f0597; width:65px; padding-top:4px;
}
.m_line{
	float:left; width:1px; height:28px;
	line-height:28px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 28 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:65px; line-height:28px; text-align:center; padding-top:8px; font-weight:bold;
	background-image:url(../images/menu_bg.jpg); position:relative; height:31px; margin-top:-3px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#0f0597; width:65px;
}


.smenu{
	width:650px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:28px;
}
.s_li{
	line-height:28px; width:auto; display:none; height:28px; 
}
.s_li_a{
	line-height:28px; width:auto; display:block; height:28px; 
}




