/*

    This is one of the free scripts from www.dhtmlgoodies.com
    You are free to use this script as long as this copyright message is kept intact

    (c) Alf Magne Kalleland, http://www.dhtmlgoodies.com - 2005

*/
#dhtmlgoodies_tree li{
    list-style-type:none;
    font-family: arial;
    font-size:11px;
    padding-bottom:4px;
}
#dhtmlgoodies_topNodes{
    margin-left:0px;
    padding-left:5px;
    padding-top:5px;
    margin-top:0px;
}
#dhtmlgoodies_topNodes ul{
    margin-left:20px;
    padding-left:0px;
    display:none;
}
#dhtmlgoodies_tree .tree_link {
    line-height:13px;
    position: absolute;
    padding: 3px 4px 4px 4px ;
    white-space: nowrap;
    background-color: transparent;
    font-weight: normal;
}

#dhtmlgoodies_tree .tree_link:hover {
    background-color: #D1DCCE;
    font-weight: bold;
}
#dhtmlgoodies_tree img{
    padding-top:2px;
}
#dhtmlgoodies_tree a{
    color: #000000;
    text-decoration:none;
}
#dhtmlgoodies_tree .activeNodeLink {
    line-height:13px;
    position: absolute;
    padding: 3px 4px 4px 4px ;
    white-space: nowrap;
    background-color: #C6C6C0;
    font-weight:bold;
    outline: 0;
}

