﻿/*!
* HoverTree(jQuery Menu)
* version: 0.1.2
* Copyright (c) 2014 KeLeyi
* http://keleyi.com
* http://keleyi.com/jq/hovertree/
*/.hovertree {
	

}

.hovertree h3 {
	height:40px;
	padding:5px 10px 0 10px;
	cursor: pointer;
	font: 400 14px/30px \5fae\8f6f\96c5\9ed1;
	margin: 0;
	margin-top:2px;
    color:#fff;
    background: url(../../customer/img/sln_title_bg.png) no-repeat
	

}

.hovertreeitem h3 b {
	float: left;
	width: 16px;
	height: 16px;
	margin: 7px 8px 0 0;
	background: url(hovertree.png) no-repeat -22px 0;
	overflow: hidden;
	cursor: pointer
}
.hovertreeitem ul {
	padding: 0
}
.hovertreeitem>ul {
	overflow: hidden;
	display: none;
	padding: 6px 0;

	zoom: 1;
	margin: 0;
	list-style: none
}
.hovertree li {
	
	padding: 10px 15px 10px 10px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	background-color: #f9f9f9;
    /*margin-bottom:1px;*/
}
.hovertree .hvtcurrent h3 b {
	background: url(hovertree.png) no-repeat -38px 0
}
.hovertree .hvtcurrent ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}
    .hovertree .hvtcurrent ul li ul {
        display:none;
    }
.hovertree .hovertreeitem a {

	background: 0;
	font-style: normal;
	font-size: 14px;
	font-family: \5fae\8f6f\96c5\9ed1;
	color: #fff;
	text-decoration: none
}
.hovertree .hovertreeitem ul li a {
    position:relative;
	background: 0;
	font-style: normal;
	font-size: 14px;
	font-family: \5fae\8f6f\96c5\9ed1;
	color: #666;
	text-decoration: none;
    width:178px;
}


.hovertree .hovertreeitem a:hover {

	background: 0;
	font-style: normal;
	font-size: 14px;
	font-family: \5fae\8f6f\96c5\9ed1;
	color: #fff;
	text-decoration: none;
}
.hovertree .hovertreeitem ul li a:hover {
	
	background: 0;
	font-style: normal;
	font-size: 14px;
	font-family: \5fae\8f6f\96c5\9ed1;
	color: #666;
	text-decoration: none
}
.hovertreeitem ul li a {
	display: block;
	
}

.hovertreeitem ul li b {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 4px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent gray;
	font-size: 0;
	line-height: 0;
	-moz-transition: -moz-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
	vertical-align: middle;
	
    position:absolute;
    right:-10px;
    top:7px;
}