
.path{
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    /* background: #f2f2f2; */
    /* margin-top:10px; */
}
.path ul{
    float: left;
    /* margin-top: 15px; */
}
.path ul li{
    float: left;
    font-size: 13px;
}
.path ul li a{
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
}
.path ul li a i{
    position: absolute;
    top: 4px;
    right: 0;
    width: 10px;
    height: 14px;
    background-image: url(../images/sprites.png);
    background-position: -41px -144px;
}
