/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:32px;
	margin-top:0px; background:#FFFFCC
}
#menu ul{
	width:960px;
	height:35px;
	list-style-type:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
}
.m_li{
	float:left; width:98px; line-height:35px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{
	display:block; color:#222222; width:98px;  /*导航文字颜色*/
}
.m_line{
	float:left; width:1px; height:35px;
	line-height:35px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:98px; line-height:35px; text-align:center; padding-top:3px; font-weight:bold;
	background-image:url("../images/menu_bg.jpg")/*tpa=http://www.hbwy.com.cn/aqqq/images/menu_bg.jpg*/; position:relative; height:35px; margin-top:-3px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#FF0000; width:98px;
}


.smenu{
	width:920px;
	padding:0px;
	list-style-type:none;
	height:35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.s_li{
	line-height:35px; width:auto; display:none; height:35px; 
}
.s_li_a{
	line-height:35px; width:auto; display:block; height:35px; 
}
