/*********************************************************/
/*  crumbs.css - Setting up SRP pages' breadcrumb styles */
/*  Revision: 2009 A - 12 Jan 2009 by Jon Abolins        */
/*********************************************************/

P#crumbs {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	color: #060;
	font-size: 10px;
	margin-bottom: 15px;
	display: block;
}

P#crumbs A {
	color: #006600;
	text-decoration: underline;
	display: inline;
	padding-left: 10px;
	background-image: url(../images/arrows/arrow12.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: .5em;
	white-space: nowrap;
}

P#crumbs A:hover {
	color: #003366;
	text-decoration: underline;
}

P#crumbs A.current {
	color: #000;
	text-decoration: none;
}

/* Use this after the breadcrumbs paragraph if the next element is a table */
/* The Spacer Line paragraph should have only an &nbsp; in it.             */
P#crumbsSpacerLine {
	line-height: 1px;
}
HR#crumbsSpacerLine {
	line-height: 1px;
	color: #ffffff;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
