/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
	text-decoration: none;
	padding-right: 10px; /*adjust bullet image padding*/
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 5px;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #FFFFFF;
}

.breadcrumb a:hover{
text-decoration: underline;
}

</style>

