/*
	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, .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 {
	width: 100%;
}
.xbreadcrumbs LI {
	padding: 15px 10px 0 10px;
	border-right: 1px solid #CECECE;
	height: 32px;
}

.xbreadcrumbs LI:first-child {
	padding-left:0;
}
.xbreadcrumbs LI.current {
	border-right: none;
}
.xbreadcrumbs LI A {
	font-size: 13px;
	color: #686b70;
	text-decoration: none;
	display:block;
}
.xbreadcrumbs LI A:HOVER, .xbreadcrumbs LI.hover A {
	color: #686b70;
	text-decoration:underline;
}
/*  Top Level - Current Page  */
.xbreadcrumbs LI.current A {
	color: #686b70;
}
.loca_home {
	background:url('../img/common/img_home.jpg') left top no-repeat;
	padding-left:15px;
}

/*  Sub-level  */
.xbreadcrumbs LI UL {
	padding: 3px;
	background: #333333;
	font-size: 11px;
	width: 180px;
	top: 46px;
}
.xbreadcrumbs LI UL LI {
	float: left;
	width: 100%;
	border-right: none;
	height: auto;
}
.xbreadcrumbs LI UL LI A {
	text-decoration: none !important;
	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 {
    background: #444444;
}

.arrow {
	background:url('../img/common/img_arrow.jpg') right 5px no-repeat;
	padding-right:25px;
}