.CategoriesTree ul, .CategoriesTree  h2, .CategoriesTree  h1, .CategoriesTree  a{
    width:100%;
    font-weight: normal;
    font-size:12px;
    color:#828282;
    font-family: tahoma;
    text-decoration: none;
    list-style-type: none;
    list-style: none;
    line-height: 20px;    
}
.CategoriesTree a:active{

    text-decoration: none;
    list-style-type: none;
    list-style: none;
}
.CategoriesTree li,.CategoriesTree li:active
{
    list-style:none;
    width: 100%;;
    list-style-type: none;
}
.CategoriesTree li     a img
{
    float:left;
    max-height: 20px;
    line-height: 20px;
}
.CategoriesTree .BlueSoftMainCategory
{
    width:100%;
    margin:0px; 
    min-height:23px;
    line-height: 23px;
    background:url(soft_blue_main_category.png) no-repeat 0px 5px #edf1fd;
    text-indent:15px;
    list-style-type: none;
    list-style: none;
}

.CategoriesTree .BlueSoftSubCategory   h2  a img 
{
    max-height:23px;
    vertical-align: bottom;

    margin-left: 4px;
    max-height: 20px;
}

.CategoriesTree .withimage
{
    width:96%;
    margin:2%;
    min-height:23px;
    line-height: 23px;
    text-indent:15px;
    list-style-type: none;
    list-style: none;
    background:url(category_dotted_bottom.png) repeat-x bottom center ;
}
.CategoriesTree .withimage a, .CategoriesTree .withimage a img
{
    padding-left: 10px;
}

.CategoriesTree  .BlueSoftSubCategory
{
    width:100%;
    display: block;
    margin:0px;
    height: auto;
    background:url(blue_arrow.png) no-repeat 0px 5px ;
    text-indent:15px;
    margin-left:10px;
}
.CategoriesTree  .BlueSoftSubCategory:hover
{
    width:100%;
    margin:0px;
    color:black;

    background:url(blue_arrow.png) no-repeat 2px 5px;
    text-indent:15px;
    margin-left:10px;
}

.CategoriesTree  .arrowed
{
    width:100%;
    margin:0px;
    height:20px;
    line-height:20px;
    background:url(gray_arrow.png) no-repeat 0px center;
    text-indent:15px;
    margin-left:10px;
}
.CategoriesTree  .arrowed:hover
{
    width:100%;
    margin:0px;
    min-height:20px;
    color:blue;
    line-height:20px;

    background:url(blue_arrow.png) no-repeat 3px center;
    text-indent:15px;
}
.CategoriesTree  a:hover
{
color:#0094ff;
    font-weight: bold;    
}
.CategoriesTree  a
{
    font-weight: bold;    
}