*{
	margin:0;
	padding:0;
}

.menu_list_top{
	width:273px;
	margin:0 12px;
	font-family:"微软雅黑";
	background:white;
}
.menu_list_top .menu_list_top_title{
	width:273px;
	background:url(imagesnavigation_menuxw_bg.jpg) 0 0 repeat-x;
	height:42px;
	font-size:18px;
	color:#326799;
	text-indent:12px;
	line-height:44px;
	margin-bottom:10px;
}
.menu_list_top ul .list_item{
	list-style-type:none;
	cursor:pointer;
	font-size:14px;
	background: url(imagesnavigation_menuicon_two.png) 12px 4px no-repeat;
}
.list_item_son{
	list-style-type:none;
	padding-left:50px;
	cursor:pointer;
	font-size:14px;
	line-height:34px;
	padding-bottom:12px;
}
.menu_list_top ul .list_item_selected{
	list-style-type:none;
	cursor:pointer;
	font-size:14px;
	background: url(imagesnavigation_menuicon_two_active.png) 12px 4px no-repeat;
}
.menu_list_top ul .list_item .sub_title{
	height:18px;
	margin-left:36px;
	margin-bottom:18px;
}
.menu_list_top ul .list_item_selected .sub_title{
	height:18px;
	margin-left:35px;
	margin-bottom:18px;
}
.menu_list_top ul .list_item ul{
	/*display:none;*/
	display:none;
	margin-left:36px;
	height:auto;
	width:238px;
	overflow:hidden;
}
.menu_list_top ul .list_item ul li{
	color:#000000;
	text-indent:19px;
	margin-bottom:17px;
	height:19px;
	background:url(imagesicon06.png) 0 center no-repeat;
}
.menu_list_top ul .list_item_selected ul{
	/*display:none;*/
	display:none;
	margin-left:36px;
	height:auto;
	width:238px;
	overflow:hidden;
}
.menu_list_top ul .list_item_selected ul li{
	color:#000000;
	text-indent:19px;
	margin-bottom:17px;
	height:19px;
	background:url(imagesicon06.png) 0 center no-repeat;
}
