/*
	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: 5;
	
}
.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: white;
	width: 100%;


}
.xbreadcrumbs LI {

	    background:#e1ece3 ;
        padding-top:5px;
	 	padding-bottom:5px;
	
}

.xbreadcrumbs LI.top_green {
	border-right: 10px solid #e1ece3;
	background:#e1ece3 url('/images/MenuNutrition/Buttons/breadcrumb-green-expand.gif') no-repeat center  right;
	
		}

.xbreadcrumbs LI.top_gray {
	border-right: 10px solid #e1ece3;
	background:#e1ece3 url('/images/MenuNutrition/Buttons/breadcrumb-grey-expand.gif') no-repeat center  right;
	
}

.xbreadcrumbs LI.top_white {
		background:white;
	}

.xbreadcrumbs LI:HOVER, .xbreadcrumbs LI.hover 
{
        border-right: 10px solid #00543d;
		background:#00543d url('/images/MenuNutrition/Buttons/breadcrumb-white-contract.gif') no-repeat center  right;
		
	
}

.xbreadcrumbs LI.top_white:HOVER, .xbreadcrumbs LI.top_white.hover 
{           border-right: none;
       		background:white;
	}



/*'''''''''''  Top Level - Current Page'''''''''''  */

/*.xbreadcrumbs LI.current A {
	color: #666666;
	font-weight: bold;
}*/

.xbreadcrumbs LI A {
	 font-size: 13px;
	 color: #545454;
	 text-decoration: none;
	 font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;    
	 white-space:nowrap; 
	 padding-left:10px;
	
	
}

.xbreadcrumbs LI.top_green A {
	color: #00543d;
	}
	
.xbreadcrumbs LI A:hover, .xbreadcrumbs LI A.hover {
	color: white;
	}


/*  '''''''''''''''Sub-level''''''''''''''  */

/*.xbreadcrumbs LI UL {
	padding: 0px;
	background: #333333;
	font-size: 11px;
	
	margin:0px 0px 0px 0px;
}*/

.xbreadcrumbs LI UL LI {
	float: left;
	width: 100%;
	border-right: none;
	height: auto;
	padding-right:10px;
	
	
}

.xbreadcrumbs LI UL LI:HOVER, .xbreadcrumbs LI UL LI.hover 
{
        border-right:none;
       	background: #00543d ;
 
		
}

.xbreadcrumbs LI UL LI A 
{
    font-size: 14px;
	text-decoration: none;
	/*color: #00543d !important;*/
    color: #006230 !important;
     display: block;
	padding: 5px;
	padding-left:10px;
	
}

.xbreadcrumbs LI UL LI A:hover, .xbreadcrumbs LI UL LI A.hover 
{
    font-size: 14px;
	text-decoration: none;
	color: white !important;
    padding: 5px;
	padding-left: 10px;
	}
	

.breadcrumb-wrapper {
    display: inline-block;
    padding-bottom: 10px;
    z-index: 5;
    /**display: inline;*/
}