.breadCrumbs, 
.breadCrumbsLast {  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 20px; 
			height: 20px; 
			line-height: 20px; 
			color: black;
			background-color: f0f0f0;
			font-variant: small-caps;
			vertical-align: middle;			
			border-color: black;
			text-decoration: none;
			border-style: solid;
			border-right-width: 0px;
			border-left-width: 1px;
			border-top-width: 1px;
			border-bottom-width: 1px;
			padding-left: 5px; 
			padding-right: 5px; 
//			padding-bottom: 5px;
//			padding-top: 5px;
//			margin-top: 2px;
//			margin-bottom: 2px;
		  	transition: 0.5s; 
}

.breadCrumbs:hover {background-color: black; color: white;}
.breadCrumbsLast {background-color: f0f0f0; color: cccccc; border-right-width: 1px;}

.menu {  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 34px; 
			height: 40px; 
			line-height: 30px; 
			color: white;
			background-color: black;
			
//			  position: absolute;
//  left: 0px;
// top: 10px;
  
			font-variant: small-caps;
//			vertical-align: top;			
			border-color: black;
			text-decoration: none;
			border-style: solid;
			border-right-width: 1px;
			border-left-width: 1px;
			border-top-width: 1px;
			border-bottom-width: 1px;
			padding-left: 5px; 
			padding-right: 5px; 
		  	transition: 0.5s;
}

.menu:hover {background-color: white; color: black;}
