.menu_list{width:210px; float:left; font-family:microsoft yahei; font-size:14px;}
.menu_head{
	width:210px;
	height:47px;
	line-height:47px;
	font-size:14px;
	color:#FFF;
	cursor:pointer;
	position:relative;
	margin:0;
	text-align:center;
	background-color: #087cd6;
	background-image: url(../images/pro_left.png);
	background-repeat: no-repeat;
	background-position: right center;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0088f1;

}
.menu_list .current{
	background:#0088f1 url(../images/pro_down.png) center right no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104e04; color:#ff0;
}

.menu_list .current a{color:#ff0;}
.menu_list .current a:hover{color:#ff0;}
.menu_list p a{color:#fff;}
.menu_list p a:hover{color:#ff0;}

.menu_body{width:210px;height:auto;overflow:hidden;line-height:47px;backguound:#fff; text-align:center;}
.menu_body a{
	display:block;
	width:210px;
	height:47px;
	line-height:47px;
	color: #333333;
	text-decoration:none;
	text-align:center;
	background-color: #f0f0f0 ;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.menu_body a:hover{text-decoration:none;}
