@charset "gb2312";
/* CSS Document */

/*---------------------页面基础定义----------------------------------*/
body, td, th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
/*---------------------菜单样式----------------------------------*/
#menu {
	height:34px;
	background-color:#990000;
}
#menu ul {
	margin:auto;
	width:990px;
	height:32px;
	list-style-type:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.m_li {
	float:left;
	width:114px;
	line-height:32px;
	text-align:center;
	margin-right:-2px;
	margin-left:-2px;
}
.m_li a {
	display:block;
	color:#FFFFFF;
	width:114px;
}
.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:114px;
	line-height:32px;
	text-align:center;
	padding-top:3px;
	font-weight:bold;
	background-image:url(../images/menu_bg.jpg);
	position:relative;
	height:32px;
	margin-top:-3px;
	margin-right:-2px;
	margin-left:-2px;
}
.m_li_a a {
	display:block;
	color:#FF0000;
	width:114px;
}
.smenu {
	width:774px;
	margin:0px auto 0px auto;
	padding:0px;
	list-style-type:none;
	height:32px;
}
.s_li {
	line-height:32px;
	width:auto;
	display:none;
	height:32px;
	width:500px;
}
.s_li_a {
	line-height:32px;
	width:auto;
	display:block;
	height:32px;
}
/*---------------------菜单样式----------------------------------*/

#sddm {
	margin: 0 auto;
	padding: 0;
	z-index: 30;
	background-color:#990000;
	width: 990px;
	height:34px;
}
#sddm li {
	margin: 0;
	padding: 0;
	width:122px;
	list-style: none;
	border-left:1px solid #d9d9d9;
	float: left;
}
#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	width: 122px;
	line-height:34px;
	background: #990000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#m1 {
	width: 430px;
	display: block;
	margin: 0 1px 0 0;
	width: 430px;
	height:34px;
	line-height:34px;
	background: #990000;
	color: #666;
	text-align: center;
	text-decoration: none;
}
#m1 li h1 {
	display: block;
	margin: 0 1px 0 0;
	width: 430px;
	height:34px;
	line-height:34px;
	background: #990000;
	color: #666;
	text-align: center;
	text-decoration: none;
}
#sddm li a:hover {
	background: #ffffff;
	color:#ff0b03;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	z-index: 30;
	margin: 0;
	padding: 0;
	background:#e2e1e1;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	width: 122px;
	white-space: nowrap;
	text-align:center;
	text-decoration: none;
	background: #e2e1e1;
	border:1px solid #d9d9d9;
	color: #666;
}
#sddm div a:hover {
	background: #ffffff;
	color: #ff0b03;
}
#menu .li_style{
	border-right:1px solid #d9d9d9;
	width:127px;
}

#menu .li_style a:hover
{	background: #ffffff;width:127px;
		color: #ff0b03;}