﻿
#pageBreadcrumb
{
	font-size: 11px;
}

#topNotificationBreadcrumb
{
	font-size: 15px;
}

#breadcrumb 
{
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 8px; /* This is the height we wan't on our breadcrumb */
	padding: 4px 0 0 0px;
	color: #00A8BF;

}


.breadcrumb li {
	float: left;
	display: inline;
	margin-right: 4px;
	/*text-transform: capitalize;*/
	font-weight: normal;
}


.breadcrumb a {
font-weight: bold; /* And bold */
/*background: url(/Content/images/breadcrumb_separator.gif) top right no-repeat;*/
padding-right: 1px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
text-decoration: none;
font-weight: normal;
color: #00A8BF;
}

.breadcrumb a:hover {
color: #FF6600;
text-decoration: none !important;
/*background:url(/Content/images/breadcrumb_separator.gif) bottom right no-repeat;*/
}

/*
.breadcrumb li:last-child a
{
	background-image: none;
}
*/