/*
	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: 1000;
}
.xbreadcrumbs LI UL { 
	position: absolute;
	float: left;
}

.xbreadcrumbs LI A.home {
    background: url("/img/home.gif") no-repeat scroll left center transparent;
    padding-left: 20px;
}

.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 {
 color: #CCCCCC !important;
	font-size: 12px;
}
.xbreadcrumbs LI {

	padding: 5px;
	border-right: 1px solid #CECECE;
	height: 16px;
}
.xbreadcrumbs LI.current {
	border-right: none;
}
.xbreadcrumbs LI A {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.xbreadcrumbs LI A:HOVER, .xbreadcrumbs  LI:HOVER 
{
	color: #83ab24;
	
}

.xbreadcrumbs LI.hover A {

	font-weight: bold;
	color: #83ab24 !important;
	border-radius: 5px;
	padding:4px;
	box-shadow: inset 0px 0px 1px 0px #000;
}


/*  Top Level - Current Page  */
.xbreadcrumbs LI.current A {
	
	font-weight: bold;
	color: #83ab24 !important;
	border-radius: 5px;
	padding:4px;
	box-shadow: inset 0px 0px 1px 0px #000;
}
/*  Sub-level  */
.xbreadcrumbs LI UL {
	padding: 3px;
	background: #333333;
	font-size: 11px;
	width: 180px;
	top: 25px;
}
.xbreadcrumbs LI UL LI {
	float: left;
	width: 100%;
	border-right: none;
	height: auto;
}
.xbreadcrumbs LI UL LI A {
	text-decoration: none;
	color: #CCCCCC !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 {
    color: #83ab24 !important;
  background: url(../img/nav/nav-hover.png);
	border-radius: 3px;
	box-shadow: inset 0px 0px 1px 0px #000;
}



  .xbreadcrumbs LI {
        border-right: none;
      
        padding-right: 5px;
        padding-left: 0px;
    }
    .xbreadcrumbs LI.current { background: none; }
    .xbreadcrumbs LI UL LI { background: none; }
    
    .xbreadcrumbs LI A.home {
       
        padding-left: 20px;
    }


