@charset "utf-8";
/* CSS Document */


/*menu*/
#menu {
	display:block;
	width:940px;
	height:35px;
	padding-right: 20px;
	padding-left: 20px;
}
#nav {
	display:block;
	font-size: 14px;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height: 34px;
}
#nav .mainlevel {
	float:left;
	text-align:center;
	display:block;
}
#nav .mainlevel a {
	color:#fff;
	text-decoration:none;
	line-height:34px;
	height:34px;
	text-align:center;
	display:block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100px;
}
#nav .mainlevel a:hover {color:#fff; text-decoration:none; background:#678900 url(../images/slide-pannel_14.png) 0 0 repeat-x;}

#nav .mainlevel ul {position:absolute; display:none; *width:2000px;/*IE is great need, width>=li.length*/}
#nav .mainlevel li {
	float:left;
	background:#1c4cb2;

	height: 34px;	
}
#nav .mainlevel li a {
	line-height:24px;
	height:24px;
	display:block;
	_padding-bottom:6px;/*IE6 only*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

}
#nav .mainlevel li a:hover {color:#3f240e; text-decoration:none; background:#678900 url(../images/slide-pannel_14.png) 0 0 repeat-x;}
#nav li a em/*input an em tag as a space*/ {padding:0 3px;}
.note {color:#3f240e; border-right:1px solid #fff; background:#678900 url(../images/slide-pannel_14.png) 0 0 repeat-x; display:block; line-height:34px; padding:0 3em;}
.Triangle_con {height:9px; background:url(../images/bird.png) 36px 0 no-repeat; display:block; _margin-bottom:-6px;/*IE6 only*/}

