@charset "utf-8";
#menu_left{
   list-style-type: none;
    width: 100%;
    margin-left: 0px;
}
#menu_left .menu_title{
   text-align: left;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
#menu_left .menu-first{
   padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    overflow: hidden;
    padding-top: 0px;
}
#menu_left .menu-first P{
   text-align: left;
    line-height: 25px;
    color: #aaa;
	font-size:14px;
}
#menu_left .menu-first LI A{
   background-image: url(/images/fenlei_bg.jpg);
    line-height: 28px;
    margin: 0px 0px 10px;
    padding-left: 10px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 28px;
    color: #202020;
    font-size: 14px;
    text-decoration: none;
}
#menu_left .menu-first LI A:hover{
   background: url(/images/fenlei_bg.jpg) no-repeat 0px -28px;
    color: #ffffff;
    text-decoration: none;
}
#menu_left .menu-first LI A.cur{
   margin: 0px;
    background: url(/images/fenlei_bg.jpg) no-repeat 0px -28px;
    height: 18px;
    color: #fff;
}
#menu_left .menu-first LI A.cur:hover{
   margin: 0px;
    background: url(/images/fenlei_bg.jpg) no-repeat 0px -28px;
    height: 18px;
    color: #fff;
}
