	/*鼠标经过下拉菜单*/
	.menu_list {
		width: 175px; overflow:hidden;
		padding-top:50px; padding-left:5px;}
	.menu_list ul li {
		cursor: pointer; padding:3px 20px;
		margin-bottom:15px;
		position: relative;  
		background:url(/images/right.png) center left no-repeat;}
	.menu_list ul li a{font-size:16px;color:#666666; }
	.menu_list ul li:hover{border-right:3px solid #0d94d7;background:url(/images/right11.png) center left no-repeat;}
	.menu_list ul li a:hover{ text-decoration:none; color:#0073a2;}	
	#secondpane ul li.hl{border-right:3px solid #0d94d7;background:url(/images/right11.png) center left no-repeat;}
	#secondpane ul li.hl a{ color:#0073a2; font-size:16px;}