Why don't the breadcrumbs follow the assigned a:link, a:visited, a:hover, a:active statements in the css?
Am I doing something wrong? I would like the breadcrumbs to follow the assigned statements listed here....Can i force the breadcrumd the follow the same rules as the other navigation links follow?
a:link, #navEZPagesTOC ul li a {
color: #394963;
text-decoration: none;
}
a:visited {
color: #3300FF;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #FF0000;
}
a:active {
color: #667C99;
}



