/*
	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: 990;
}

.xbreadcrumbs LI UL {
    position: absolute;
    float: left;
}

.xbreadcrumbs, .xbreadcrumbs LI, .xbreadcrumbs UL, .xbreadcrumbs UL LI {
    list-style: none !important;
    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;*/
    background: white;
    width: 100%;
    margin-bottom: 1em;
}


.xbreadcrumbs LI A.home {
    background: url(./home.gif) no-repeat left center;
    padding-left: 20px;
}

.xbreadcrumbs LI {
    margin:0;
    border:0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    border-bottom: none !important;

    padding: 5px;
    border-right: 1px solid #CECECE;
    height: 16px;
    line-height: normal !important;
    /*background: #F0F0F0;*/
    border-right: none;
    /*background: url(./separator.gif) no-repeat right center !important;*/
    background: url(./separator.png) no-repeat right center !important;
    padding-right: 12px;
    padding-left: 0 !important;
}

.xbreadcrumbs LI.current {
    border-right: none;
    background: none;
}

.xbreadcrumbs LI A {
    font-size: 11px;
    color: #666666;
    text-decoration: none !important;
}

.xbreadcrumbs LI A:HOVER, .xbreadcrumbs LI.hover A {
    color: #0A8ECC;
}

/*  Top Level - Current Page  */
.xbreadcrumbs LI.current A {
    color: #333333;
    font-weight: bold;
}

/*  Sub-level  */
.xbreadcrumbs LI UL {
    padding: 3px;
    /*background: #333333;*/
    font-size: 11px;
    width: 180px;
    top: 25px;

    background: #fff;
    border: solid #00769a;
    border-width: 1px;
}

.xbreadcrumbs LI UL LI {
    float: left;
    width: 100%;
    border-right: none;
    height: auto;
    background: none !important;
}

.xbreadcrumbs LI UL LI A {
    text-decoration: none;
    /*color: #CCCCCC !important;*/
    color: #000000 !important;
    display: block;
    padding: 4px;
    border-bottom: 1px dotted #666666;
}

.xbreadcrumbs LI UL LI:last-child A {
    border-bottom: none;
}

.xbreadcrumbs LI UL LI A:HOVER {
    /*background: #444444;*/
    color: #00a6d6 !important;
}
