.breadcrumb
{
    width: 552px;
    background: #FFFFFF;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
/*    vertical-align:center; */
    color: #89ac15;
    margin: 15px 0px 0px 15px;
}

.breadcrumb span
{
}
.breadcrumb a
{
    text-decoration: none;
    color: #89ac15;
    white-space: nowrap;
}
.breadcrumb a:hover
{
    text-decoration: underline;
    color: #89ac15;
    white-space: nowrap;
}