﻿
#leftNav ul, #divCategoryTree ul
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 225px;
    border-top: 1px solid #666;
    font-size: small;
}

#leftNav ul li, #divCategoryTree li
{
    padding: 5px 0px 5px 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 .5em;
    border-bottom: 1px solid #666;
    vertical-align: middle;
}

#leftNav ul li a, #divCategoryTree a
{
    font-size: 12px;
}

#leftNav li ul, #leftNav li li, #leftNav ul ul, #leftNav li.none ul
{
    border: none;
}
#leftNav li ul 
{
    width:215px;
}

#leftNav li.open>a
{
    color: #EF8B35;
}

#leftNav a:hover
{
    color: #EF8B35;
}

#divCategoryTree ul
{
    width: 100%;
    border: none;
}

#divCategoryTree li
{
    padding-left: 20px;
    background-image: url(/images/bullet_arrow_right.png);
    border: none;
}

#divCategoryTree li.open
{
    background-image: url(/images/bullet_arrow_down.png);
}

#divCategoryTree li.none
{
    background-image: none;
}


