@charset "utf-8";
/*!
* HoverTree(jQuery Menu)
* version: 0.1.0
* Copyright (c) 2014 KeLeyi
* http://keleyi.com
* http://keleyi.com/jq/hovertree/
*/
.hovertree
{
    border: 1px solid #ddd;
    border-top: 2px solid #999;
}
.hovertree h3
{
	height: 40px;
	background-color: #F7F7F7;
	border-top: 1px solid #ddd;
	cursor: pointer;
	margin: 0px;
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #A30000;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 10px;
}
.hovertree h1
{
	height: 40px;
	background-color: #F7F7F7;
	border-top: 1px solid #ddd;
	cursor: pointer;
	margin: 0px;
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #A30000;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 10px;
}
.hovertree b
{
    float: left;
    width: 16px;
    height: 16px;
    margin: 12px 8px 0 0;
    background: url(../../images/hovertree.png) no-repeat -20px 0;
    overflow: hidden;
    cursor: pointer;
}
.hovertree ul
{
    overflow: hidden;
    display: none;
    padding: 6px 0;
    border-top: 1px solid #ddd;
    zoom: 1;
    margin: 0px;
}
.hovertree li{
	width: 159px;
	min-height:26px;
	overflow: hidden;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 24px;
}
.hovertree .current b
{
    background: url(../../images/hovertree.png) no-repeat -37px 0;
}
        
.hovertree .current ul
{
    display: block;
}
        
.hovertree .item a
{
    min-height: 20px;
    background: 0 0;
    font-style: normal;
    font-size: 17px;
    font-family: "微软雅黑";
    color: #9a0e0e;
    text-decoration: none;
    
}
        
.hovertree .item a:hover
{
   
    color: #666666;
	font-weight:bold;
    text-decoration: none;
}
