/*---------------------页面基础定义----------------------------------*/
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;
font-size:14px;
font-weight:bold;
letter-spacing:2px;
}
a:hover {
color: #40a839;
text-decoration: none;
font-size:14px;
font-weight:bold;
}

a.t:link {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:1px;
}
a.t:visited {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:1px;
}
a.t:hover {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:1px;
}
a.t:active {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:1px;
}

a.st:link {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:1px;
}
a.st:visited {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:1px;
}
a.st:hover {
	font-size:12px;
color:#40a839;
font-weight:normal;
letter-spacing:1px;
}
a.st:active {
font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:1px;
}
a.xq:link {
	font-size:12px;
color:#FFFF00;
font-weight:normal;
letter-spacing:0px;
}
a.xq:visited {
	font-size:12px;
color:#FFFF00;
font-weight:normal;
letter-spacing:0px;
}
a.xq:hover {
	font-size:12px;
color:#FFFF00;
font-weight:normal;
letter-spacing:0px;
text-decoration:underline;
}
a.xq:active {
font-size:12px;
color:#FFFF00;
font-weight:normal;
letter-spacing:0px;
}
a.news:link {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:0px;
}
a.news:visited {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:0px;
}
a.news:hover {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:0px;
}
a.news:active {
	font-size:12px;
color:#000000;
font-weight:normal;
letter-spacing:0px;
}

/*---------------------菜单样式----------------------------------*/
#container {margin:0 auto; width:980px; height:65px;}
#sidebar { float:left; width:200px; background:#40a839;}
#content { float:right; width:780px; background:#40a839;}
#menu{
float:right;

	height:32px;
	8px; background-color:#40a839;
width:770px;
}
#mm{
float:left;
	height:32px;
	 background-color:#40a839;
width:200px;
text-align:center;
}
#menu ul{
	margin:auto; width:770px; height:32px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:130px; line-height:32px;  text-align:center; margin-right:-2px; margin-left:-1px;
}
.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:130px; line-height:32px; text-align:center;  font-weight:bold;
	background-image:url(../images/menu_bg.jpg); position:relative; height:32px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#FF0000; width:130px; line-height:20px; margin-top:6px;
}


.smenu{
	width:770px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}
