/* BREADCRUMBS & MARK ALL FORUMS */
.breadcrumbs{width:100%;font: 11px Georgia;color: white;  background: url(images/sprites/navforum.png) repeat-x; }

.breadcrumbs a{
outline: none;
display:block;
float:left;
color: white;
font-family: Georgia;
text-decoration:none;
font-weight: normal;font-size: 10px;
padding:0 24px 0 3px;
background: url(images/sprites/sprite_buttons.png) no-repeat right 0px;
 line-height: 30px;
}
.breadcrumbs a strong{font-weight:bold;}
.breadcrumbs a:hover, .breadcrumbs a:hover strong{
text-decoration:none;
font-weight:bold;
color: white;}
.breadcrumbs .end{display:block;float:left;height:30px;width:23px;background: black url(images/sprites/sprite_buttons.png);margin-left:-23px;background:url(../images/sprites/sprite_buttons.png) no-repeat right -310px;}
.breadcrumbLinksWrapper{display:block;width:500px;}
