
.xbreadcrumbs {
    position: relative;
    z-index: 1000;
}
.xbreadcrumbs LI UL {
    float: left;
    position: absolute;
}
.xbreadcrumbs, .xbreadcrumbs LI, .xbreadcrumbs UL, .xbreadcrumbs UL LI {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.xbreadcrumbs {
    clear: both;
}
.xbreadcrumbs, .xbreadcrumbs LI {
    float: left;
}
.xbreadcrumbs UL {
    display: none;
}
.xbreadcrumbs {
    background: none repeat scroll 0 0 #F0F0F0;
    width: 100%;
}
.xbreadcrumbs LI {
    border-right: 1px solid #CECECE;
    height: 16px;
    padding: 5px;
}
.xbreadcrumbs LI.current {
    border-right: medium none;
}
.xbreadcrumbs LI A {
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
.xbreadcrumbs LI A:hover, .xbreadcrumbs LI.hover A {
    color: #0A8ECC;
}
.xbreadcrumbs LI.current A {
    color: #333333;
    font-weight: bold;
}
.xbreadcrumbs LI UL {
    background: none repeat scroll 0 0 #333333;
    font-size: 11px;
    padding: 3px;
    top: 25px;
    width: 180px;
}
.xbreadcrumbs LI UL LI {
    border-right: medium none;
    float: left;
    height: auto;
    width: 100%;
}
.xbreadcrumbs LI UL LI A {
    border-bottom: 1px dotted #666666;
    color: #CCCCCC !important;
    display: block;
    padding: 4px;
    text-decoration: none;
}
.xbreadcrumbs LI UL LI:last-child A {
    border-bottom: medium none;
}
.xbreadcrumbs LI UL LI A:hover {
    background: none repeat scroll 0 0 #444444;
}


.xbreadcrumbsHolder {
    font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.xbreadcrumbs LI {
    background: url("./images/separator.gif") no-repeat scroll right center transparent;
    border-right: medium none;
    padding-left: 10px;
    padding-right: 15px;
}
.xbreadcrumbs LI.current {
    background: none repeat scroll 0 0 transparent;
}
.xbreadcrumbs LI UL LI {
    background: none repeat scroll 0 0 transparent;
}
.xbreadcrumbs LI A.home {
    background: url("./images/home.gif") no-repeat scroll left center transparent;
    padding-left: 20px;
}

