/*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 {
    width:170px;
    font-size:14px; color:#fff; background:#7F7F7F; padding:6px 25px 4px 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;
	text-transform:uppercase;
}

.skinPlank a:hover,
.skinPlank a.cur { background:#5c5c5c}
.skinPlank ul li {border-top:1px solid #ccc;}
.skinPlank ul a {font-size:12px; color:#808080; padding:7px 10px 7px 10px; background:#E5E8EB; box-shadow:none; display:block; text-decoration:underline}
.skinPlank ul a.cur { color:#000;background:#E5E8EB;}
.skinPlank ul a:hover {background:#CED3D9}
.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;
}