.memu {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.memu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9999px;
	margin-left: 20px;
	width: 250px;
	
	-moz-box-shadow: 3px 2px 3px #333;
	-webkit-box-shadow: 3px 2px 3px #333;
	box-shadow: 3px 2px 3px #333;
}
.memu ul.has-children  {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9999px;
	margin-left: 0px;
	width: 350px;
	
	-moz-box-shadow: 3px 2px 3px #333;
	-webkit-box-shadow: 3px 2px 3px #333;
	box-shadow: 3px 2px 3px #333;
}


.memu ul ul {
	margin-left: 0px;
	margin-top: 0px;
	
}

.memu a {
	//background: #fff;
	//background-color: rgba(255, 255, 255, 0.98);
	background: #FEF8CC;

	border: 1px solid #9f9f9f; //#e0e0e0; // f7f7f7;
	color: #333;
	display: block;
	font: bold 14px/25px segoe ui,verdana,sans-serif;
	margin: 0 -1px -1px 0;
	padding-left: 10px;
	text-decoration: none;
	width: 239px;
	text-overflow: ellipsis;
}

.memu ul.has-children a {
//	background: #fff;
//	background-color: rgba(255, 255, 255, 0.98);
	background: #FEF8CC;
	border: 1px solid #9f9f9f; //#e0e0e0; // f7f7f7;
	color: #333;
	display: block;
	font: bold 14px/25px segoe ui,verdana,sans-serif;
	margin: 0 -1px -1px 0;
	padding-left: 10px;
	text-decoration: none;
	width: 339px;
	text-overflow: ellipsis;
}


.memu .memu-icon {
	position: relative;
	width: 16px; 
	height: 16px; 
	margin: 4px 10px 0px 0px;
	float: left;
}

.memu li.memu-root > a {
//	border-left: 0 !important;
//	border-right: 0 !important;
//	border-top: 1px solid transparent !important;
//	border-bottom: 1px solid transparent !important;
//	background: transparent !important;
	width:210px;
	border: 1px solid #9f9f9f; //#a0a0a0; // f7f7f7;
}

.memu li {
	float: left;
}
.memu li.has-children > a {
	background: url("arrow.png") no-repeat scroll #FEF8CC;
	background-position: 230px center;
	//background-color: rgba(255, 255, 255, 0.98);
	//background: #FEF8CC;// #F6E5B7;
}
.memu li.has-children2 > a {
	background: url("arrow.png") no-repeat scroll #FEF8CC;
	background-position: 330px center;
	//background-color: rgba(255, 255, 255, 0.98);
	//background: #FEF8CC;// #F6E5B7;

}
.memu li:hover {
	position: relative;
	z-index: 100;
}
.memu li:hover > a {
	background-color: #FFFEDC;//#f1f1f1;
	//background: #FEF8CC;// #F6E5B7;
	border-color: #fafafa;
	//color: #56789A;
	border: 1px solid #9f9f9f; //#d0d0d0; // f7f7f7;
	//text-decoration: underline;

}
.memu li:hover > ul {
	left: -20px;
	opacity: 1;
	top: 26px;
	z-index: -1;
}
.memu li:hover li:hover > ul {
	left: 250px;
	opacity: 1;
	top: 0px;
	z-index: 100;
}

.memu-current {
//	background-color: #abcdef !important;
//	background-color: rgba(235, 245, 255, 0.98 !important);
	background: #FEF8CC;// #F6E5B7;

}