
#treecrumbs a{
    margin-right:5px;
}

#treecrumbs {
    height:24px;
    margin: 10px 0 10px 15px;
    padding: 12px 0 0 10px;
    position:relative;
    z-index:100;
    border: 0 solid #ccc;
    border-top-width: 1px;
}

#treecrumbs a.treecrumbsArrow {
    background:url(/images/styles/uniturm/treecrumbs/menu-arrow-right.png) no-repeat center;
    display:block;
    float:left;
    height:24px;
    left:5px;
    position:relative;
    width:13px;
}

#treecrumbs .treecrumbsItem {
    background:url(/images/styles/uniturm/treecrumbs/divider.png) no-repeat 100% 0;
    float:left;
    height:24px;
    margin-left:5px;
    margin-right:0;
    padding:5px 10px 0 0;
    position:relative;
}

#treecrumbs .treecrumbsItem:first-of-type{
    margin-left: 0;
}

#treecrumbs div.treecrumbsSubmenu {
    float:left;
    height:24px;
    margin-left:0;
    position:relative;
    width:18px;
}

#treecrumbs .treecrumbs-loading {
    background:#f5f5f5 url(/images/styles/uniturm/treecrumbs-loading.gif) no-repeat 10px;
    padding:20px;
}

#treecrumbs .treecrumbsSubmenu .treecrumbsMenu {
    background:#f5f5f5;
    border: 1px solid #666;
    border-bottom-width: 0;
    left:-10px;
    padding:5px 0;
    position:absolute;
    bottom:25px;
    width:200px;
    z-index:2000;
}

#treecrumbs .treecrumbsSubmenu .treecrumbsMenu ul li.furtherEntries a {
    border: 0 dotted #666;
    border-top-width: 1px;
    font-weight:700;
    margin-top:10px;
    padding:10px 20px 6px;
}

#treecrumbs .treecrumbsSubmenu .treecrumbsMenu.expanded,div.userStatus .Buttons img {
    display:block;
}

#treecrumbs .treecrumbsArrow {
    background:url(/images/styles/uniturm/treecrumbs/menu-arrow-right.png) no-repeat center;
    cursor:pointer;
    height:24px;
    margin-left:5px;
}

#treecrumbs a.treecrumbsArrow.expanded,#treecrumbs div.treecrumbsArrow.expanded {
    background:url(/images/styles/uniturm/treecrumbs/menu-arrow-down.png) no-repeat center;
}