/*liHarmonicaPlank*/
/*skinPlank*/
.skinPlank,
.skinPlank ul {margin:0; padding:0; list-style:none;}
.skinPlank ul { display:none;//zoom:1}
.skinPlank li {list-style:none; padding:0; margin:0; display:block; //zoom:1;}
.skinPlank a {font:19px/1.2em Arial, Helvetica, sans-serif; color:#fff; background:transparent; padding:6px 25px 7px 10px; display:inline-block; text-decoration:none; 
/* 	box-shadow:inset 0 5px 10px -5px #454545; */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:relative;
	width: 100%;
}
.skinPlank a:hover,
.skinPlank a.cur { background:firebrick; color: steelblue;}
.skinPlank ul li {border-top:1px solid #ccc;}
.skinPlank ul a {font:12px/1.2em Arial, Helvetica, sans-serif; color:#808080; padding:7px 10px 7px 10px; background:#E5E8EB; box-shadow:none; display:block;}
.skinPlank ul a.cur { color:#000;background:#E5E8EB;}
.skinPlank ul a:hover {background:white;}
.skinPlank ul ul li {border-top:1px solid #b1b7be; margin:0 0 0 10px}
.skinPlank ul ul a,
.skinPlank ul ul a.cur {background:#CED3D9}
.skinPlank ul ul a:hover {background:#c0c5cc}
.skinPlank a.harFull:before {
	//zoom:1;
	content:'';
	width: 0;
    height: 0;
	border:0;
    border-top: 4px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 4px solid transparent;
	display:block;
	margin:7px 0 0 10px;
	position:absolute;
	top:6px;
	right:10px;
}
.skinPlank ul a.harFull:before {
	//zoom:1;
	content:'';
	border-left-color: #7d7d7d;
	margin-top:4px;
}