.HPL-Menu-Detail {
	float:left; 
	position:absolute; 
	visibility:hidden;
	width:150px; 
	z-index:100;
	margin-left:-10px;
	background-image:url(../images/system/Menu-Flag.gif);
	background-repeat: no-repeat;
}
.HPL-Menu-Detail-fixLast {	/*修正最后一项菜单的背景显示位置*/
	background-position: 52px 0px;
}


.HPL-Menu-Detail-Style {
	border:1px solid #2f555e; 
	background:#2f555e;
	margin-top:10px;
	filter:alpha(opacity=100);  -moz-opacity:1.0;  opacity:1.0;
}
.HPL-Menu-Detail-Style a {
	width:148px;
	display:block; 
	line-height:20px; 
	color:#eee;
	text-decoration:none;
	text-indent:8px;
	border-bottom:1px solid #416378;
}
.HPL-Menu-Detail-Style a:hover { 
	border-bottom:1px solid #3d6984;
	background:#0b253e; 
	text-decoration:none;
	color:#ffe400;
}













