/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: 11px Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 15px; /*adjust bullet image padding*/
color: #444F66;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #444F66;
}

.breadcrumb a:hover{
text-decoration: underline;
}
