ul.left_cat_menu {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.left_cat_menu h5 {
    font-size: 22px;
    background: url(images/ctg.jpg) no-repeat left center;
    padding: 2px 0 0 25px;
    text-transform: uppercase;
    margin: 0
}

ul.left_cat_menu li {
    background: url(images/ar_li.jpg) no-repeat top left;
    padding: 0 0 0 17px;
    font-size: 14px;
    margin: 20px 0 0
}

ul.left_cat_menu li a {
    color: #015b98;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 0 0 8px
}

ul.left_cat_menu li ul {
    display: none;
}

ul.left_cat_menu li.selul ul {
    display: block;
}

ul.root-item {
    list-style: none;
    margin: 0;
    padding: 0 0 0 13px
}

ul.root-item li {
    margin: 0;
    padding: 0;
    background: none;
}

ul.root-item li a {
    font-weight: 400;
    color: #444;
    padding: 5px 0 5px 15px;
    background: url(images/l_ch.jpg) no-repeat left center;
    display: block
}

ul.root-item li a:hover {
    background: #009fda;
    color: #fff;
    background: url(images/l_ch_2.jpg) no-repeat left center, #009fda
}

ul.root-item li a.item-selected {
    background: #009fda;
    color: #fff;
    background: url(images/l_ch_2.jpg) no-repeat left center, #009fda
}

ul.root-item li ul {
    display: none;
}