/*Bread Crumbs(You are Here) Stylesheet*/
#bread {
	float: right;
	padding-top: 4px;
	padding-right:4px;
	font-weight:bold;
	color:#00008b;
	text-align: left;
}

#bread a:link, #bread a:visited{
	color:#00008b;
	font-weight:normal;
}

#bread a:hover {
	color: #596cb8;
}