/*banner*/
.banner_a{
	display:inline-block;
	text-decoration: none;
	color:#133270;
	background-repeat:no-repeat;
	width:75px;
	height:35px;
	line-height:33px;
	text-align:center;
	position:relative;

	}

.banner_a:hover{
	background:#fff; 
	font-size:13px;
	color:#fff!important;
	text-decoration: none;
	background-image:url(../images/banner_a_on.jpg);
	background-repeat:no-repeat;
	width:75px;
	height:38px;
	line-height:33px;
	}
.banner_cur{
	
	font-size:13px;
	color:#fff !important;
	background-image:url(../images/banner_a_on.jpg);
	background-repeat:no-repeat;
	width:75px;
	height:38px;
	line-height:33px;


	}


/*在边导航*/
#menu,#menu ul{
  list-style-type:none;
  padding: 0;
  margin: 0 auto;
  width: 180px;
  font-size:12px;
}
#menu a{
	  display:inline-block;
	  display:block;
	  text-decoration: none;
	  line-height:25px;
	  margin-bottom:8px;
	  text-align:center;
	}
/*父类*/
.menu_parent{
	color:#fff;
	background-image:url(../images/leftbanner_a.jpg);
	background-repeat:no-repeat;
	width:179px
	height:25px;
	}
.menu_parent:hover{
	color:#fff !important;
	background-image:url(../images/leftbanner_a_on.jpg);
	background-repeat:no-repeat;
	width:179px;
	height:25px;
	}
.menu_parent_cur{
	color:#fff !important;
	background-image:url(../images/leftbanner_a_on.jpg);
	background-repeat:no-repeat;
	width:179px;
	height:25px;
	}
/*子类*/
.menu_child a{
	width:155px;
	border:1px solid #ccc; 
	margin-top:2px;
	color:#333;
	}
.menu_child a:hover{
	width:155px;
	border:1px solid #ccc;
	background-color: #FEEDC0;
	margin-top:2px;
	color:#fff;
	}
.menu_child_cur{
	width:155px;
	border:1px solid #ccc;
	background-color: #FEEDC0;
	margin-top:2px;
	color:#fff;
	}