@charset "utf-8";
/* 代码整理 脚本之家 */
/*menu*/
#menu {
	margin:0 auto;
	display:block;
	width:750px;
	height:38px;
}
#nav {
	display:block;
}
#nav .mainlevel {
	float:left;
	text-align:center;
	display:block;
}
#nav .mainlevel a {
	text-decoration:none;
	line-height:38px;
	height:38px;
    font-weight: bold;
	text-align:center;
	padding:0 20px;
	display:block;
}
#nav .mainlevel a:hover {
	color:#fff;
	text-decoration:none;
	background:#2d4198;
}
#nav .mainlevel ul {
	position:absolute;
	display:none;
    background: #2d4198;
    color: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
#nav .mainlevel li {
	float:left;
    color: #fff;
    height:38px;
    line-height: 38px;
}
#nav .mainlevel li a {
	padding:0 27px;
	line-height:38px;
	height:38px;
	display:block;
    color: #cfd8ff;
    font-weight: normal;    
}
#nav .mainlevel li a:hover {
	color:#fff;
	text-decoration:none;
	background:#fabe00;
    line-height: 38px;
    height: 38px;
}
#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:38px;
	padding:0 3em;
}
.Triangle_con {
	height:0;
	background:url(../images/bird.png) 36px 0 no-repeat;
	display:block;
	_margin-bottom:-6px;/*IE6 only*/
}
.log {
	margin:0 auto;
	width:750px;
	text-transform:capitalize;
	line-height:200%;
}
