/*	[BREADCRUMBS.css]

	Optional styles for the Breadcrumb NavXT plugin

	Structure:
	----------
		+ #breadcrumbs
		|-- a
		|-- .seperator
		|-- .current
*/

#breadcrumbs {
	text-align: right;
	font: 0.9em/1.2em "Georgia";
	letter-spacing: 0.17em;
	font-weight: bold;
	padding-top: 8px;
}
	#breadcrumbs a {
		color: #737373;
	}
		#breadcrumbs a:hover {
			text-decoration: none;
			color: #555;
		}
	.seperator {
		margin: 0 8px;
		color: #CCC;
	}
	.current {
		color: #B1B1B1;
	}