@charset "utf-8";
/* CSS Document */

body {
    background:#fff url(../images/box_bg.jpg) no-repeat top center;
	margin:0;
	text-align:center;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
}
img,p,ul,li,h1,h2,h3,h4,span{ padding:0; margin:0;}
a:link,a:visited{ text-decoration:none;}
.clr{ clear:both;}
.kong{ height:5px; overflow:hidden;}

.box{ width:1000px; margin:0 auto;}


/*菜单个性设置*/
.left{width:220px; float:left;}
.left ul{list-style:none;text-align:center;letter-spacing:10px;}

/*一级菜单*/
.menu{ margin-top:10px;}
.menu li.level1 a{display:block;line-height:30px;height:35px; font-size:14px; color:#fff;background:url(../images/menu_bg.jpg) no-repeat left top;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:220px;}
/*一级菜单两态样式,供JS调用*/
.menu li.level1 a.hove{background-position:left -35px;}
.menu li.level1 a.cur{background-position:left -70px; color:#fff; font-weight:bold;}

/*二级菜单*/
.menu li ul{overflow:hidden;}
.menu li ul.level2{width:218px; border-left:1px #C7D9DD solid; border-right:1px #C7D9DD solid; border-bottom:1px #C7D9DD solid; margin-bottom:8px; display:none; font-size:12px;}
.menu li ul.level2 li{height:26px;line-height:26px;}
.menu li ul.level2 li a{display:block;height:26px;line-height:26px;background:#F6F6F6 center;color:#42556B;border-top:1px #B8C2CB solid;overflow:hidden;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:220px;}
/*二级菜单两态样式,供JS调用*/
.menu li ul.level2 li a.hove1{background:#E7E3E7 ;}

.right{ width:770px; float:right; margin:10px 0 0 0; overflow:hidden;}

.bottom{ height:35px;background:url(../images/menu_bg.jpg) repeat-x; color:#FFFFFF; text-align:center; line-height:35px; width:1000px; margin:0 auto; font-size:12px;}