.menu_list_one{
	float:left;
	width:265px;
	background:#FFF;
}
.menu_list_one .menu_list_one_title{
	width:265px;
	background:url(imagesnavigation_menuxw_bg.jpg) 0 0 repeat-x;
	height:42px;
	font-size:18px;
	color:#326799;
	text-indent:12px;
	line-height:48px;
}
.menu_list_one ul li{
	list-style-type:none;
	cursor:pointer;
	height:48px;
	border-bottom:1px dashed #E5E5E5;
	text-indent:44px;
	font-size:12px;
	line-height:48px;
	background: url(imagesnavigation_menuicon_two.png) 16px center no-repeat;
}
.selected{
	background: url(imagesnavigation_menuicon_two_active.png) 16px center no-repeat;
	color:#C10001;
}
