/*!
* HoverTree(jQuery Menu)
* version: 0.1.0
* Copyright (c) 2014 KeLeyi
* http://keleyi.com
* http://keleyi.com/jq/hovertree/
*/
.hovertree
{
    
}
.hovertree h3
{
    
    cursor: pointer;
    
}
.hovertree b
{
    
    overflow: hidden;
    cursor: pointer;
}
.hovertree ul
{
    overflow: hidden;
    display: none;
   
}
.hovertree li
{
        overflow: hidden;
}

        
.hovertree .current ul
{
    display: block;
}


        
.hovertree .item a
{
    height: 47px;
    background: 0 0;
    font-style: normal;
    font-size: 11px;
    font-family: \5fae\8f6f\96c5\9ed1;
    color: #fff;
    text-decoration: none;
}
        
.hovertree .item a:hover
{
    height: 47px;
    background: 0 0;
    font-style: normal;
    font-size: 11px;
    font-family: \5fae\8f6f\96c5\9ed1;
    color: #fff;
    text-decoration:underline;
}