.tree, .tree ul {
	padding: 0;
	margin: 0;
	list-style: none;
        font: normal 13px Arial;
}
.tree li a
{
    color: #4a4a4a;    
    display: block;
}
/*.tree li ul
{
    display: none
}*/
.tree li a:hover
{
    /*background: url(images/plus.gif) 0 50% no-repeat*/
}
.tree li.activeL a
{
    font-weight: bold
}
.tree li.activeL a:hover
{
    /*background: url(images/minus.gif) 0px 50% no-repeat;*/
    color: #4a4a4a;
}
.tree li.activeL ul a:hover
{
    background: none !important
}
.tree li.activeL ul a
{
    font-weight: normal !important;
    
}
#catIndex
{
    margin-left: 30px !important
}

/*.tree li.activeL ul
{
    display: block
}*/
.tree ul {
	background-color: white;
	margin-top: 4px;
}
/*плюсик минус*/
.tree li a
{    
    padding-left: 5px;
}
.tree li {
    margin: 0;
    padding: 3px 0 3px 16px;
}



