/* --- component Nav Breadcrumb CSS --- */
.breadcrumb{
display: block;
float: left;
color: #fff;
font-weight: bold;
text-decoration: none;
}
a.breadcrumb:hover{
color: #F4F2F2;
}
.breadcrumb_arrow{
float: left;
padding:0px 3px 0px 2px;
color: #F4F2F2;
font-size: 10px;
font-weight: bold;
}
a.breadcrumb_current:link,
a.breadcrumb_current:visited{
display: block;
float: left;
color: #F4F2F2;
font-weight: bold;
text-decoration: none;
}
a.breadcrumb_current:hover{
color: #F4F2F2;
}