/*
        xBreadcrumbs (Extended Breadcrumbs) jQuery Plugin
        � 2009 ajaxBlender.com
        For any questions please visit www.ajaxblender.com 
        or email us at support@ajaxblender.com
*/

.xbreadcrumbs {
    position: relative;
    z-index: 998;
}
.xbreadcrumbs LI UL { 
    position: absolute;
    float: left;
}
.xbreadcrumbs, .xbreadcrumbs LI, .xbreadcrumbs UL, .xbreadcrumbs UL LI {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xbreadcrumbs { clear: both; }
.xbreadcrumbs, .xbreadcrumbs LI {
    float: left;
}
.xbreadcrumbs UL {
    display: none;
}

/*  Base style of xBreadcrumbs  */
/*  Top Level  */
.xbreadcrumbs {
    /*background: #F0F0F0;*/
    width: 100%;
}
.xbreadcrumbs LI {
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom:  5px;
    /*padding: 5px;*/
    /*border-right: 1px solid #CECECE;*/
    border-right: medium none;
    background: url("../../pagecommon/images/navi/separator-arrow.gif") no-repeat scroll right center transparent;
    /*height: 30px;*/
}
.xbreadcrumbs LI.current {
    border-right: none;
    background: none repeat scroll 0 0 transparent;
}
.xbreadcrumbs LI A {
    /*font-size: 11px;*/
    font-size: 1.3em;
    color: #666666;
    /*text-decoration: none;*/
    /*text-decoration: underline;*/
}
.xbreadcrumbs LI A:HOVER, .xbreadcrumbs LI.hover A {
    color: #0A8ECC;
}
/*  Top Level - Current Page  */
.xbreadcrumbs LI.current A {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
/*  Sub-level  */
.xbreadcrumbs LI UL {
    padding: 3px;
    background: #3399FF;
    font-size: 11px;
    width: 250px;
    top: 25px;
}
.xbreadcrumbs LI UL LI {
    float: left;
    width: 100%;
    border-right: none;
    height: auto;
}
.xbreadcrumbs LI UL LI A {
    text-decoration: none;
    color: #FFFFFF !important;
    display: block;
    /*padding: 4px;*/
    padding: 5px;
    border-bottom: 1px dotted #666666;
}
.xbreadcrumbs LI UL LI:last-child A {
    border-bottom: none;
}
.xbreadcrumbs LI UL LI A:HOVER {
    background: #CFDEFF;
}