﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-left: auto;
	margin-bottom: 18px;
}

.breadcrumb a{
	background: transparent url('images/breadcrumb.gif') no-repeat right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/;
	color: #690000;
}

.breadcrumb a:visited{
	color: #FF0000;
}

.breadcrumb a:active{
	color: #000000;
	text-decoration: overline;
}


.breadcrumb a:hover{
text-decoration: underline;
color: #003366;
}
