/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
	font-size: 10px;
	color: #3366cc;
}

.breadcrumb a{
background: transparent url(markers/pointer_sm.jpg) no-repeat center right;
text-decoration: none;
padding-right: 15px; /*adjust bullet image padding*/
color: #333333; /* #3366cc; */
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #333333;
}

.breadcrumb a:hover{
text-decoration: none;
color: #3366cc;
}