﻿/*!
* HoverTree(jQuery Menu)
* version: 0.1.2
* Copyright (c) 2014 KeLeyi
* http://keleyi.com
* http://keleyi.com/jq/hovertree/
*/.hovertree {}

.hovertree h3 {
	height: 30px;
	background-color: #f7f7f7;
	padding: 0 7px 0 10px;
	
	
	cursor: pointer;
	font: 400 14px/30px \5fae\8f6f\96c5\9ed1;
	margin: 0;
	margin-top:2px;
	background:#1384e2;}

.hovertreeitem h3 b {
	float: left;
	width: 16px;
	height: 16px;
	margin: 7px 8px 0 0;
	background: url(hovertree.jpg) 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 {
	width: 159px;
	height: 25px;
	padding: 4px 15px 3px 35px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	background-color: White
;}
.hovertree .hvtcurrent h3 b {
	background: url(hovertree.jpg) no-repeat -38px 0
;}
.hovertree .hvtcurrent ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
;}
.hovertree .hovertreeitem a {
	height: 47px;
	background: 0;
	font-style: normal;
	font-size: 14px;
	font-family: \5fae\8f6f\96c5\9ed1;
	color: #fff;
	text-decoration: none
;}
.hovertree .hovertreeitem ul li a {
	height: 47px;
	background: 0;
	font-style: normal;
	font-size: 14px;
	font-family: \5fae\8f6f\96c5\9ed1;
	color: #666;
	text-decoration: none
;}
.hovertree .hovertreeitem a:hover {
	height: 47px;
	background: 0;
	font-style: normal;
	font-size: 14px;
	font-family: \5fae\8f6f\96c5\9ed1;
	color: #fff;
	text-decoration: underline
;}
.hovertree .hovertreeitem ul li a:hover {
	height: 47px;
	background: 0;
	font-style: normal;
	font-size: 14px;
	font-family: \5fae\8f6f\96c5\9ed1;
	color: #666;
	text-decoration: underline
;}
.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;
	margin-left: 5px
;}