﻿.breadcrumb_container
{
    background: #eee;
}

.breadcrumb_text
{
    color: #2870ae;
    font-family: Verdana;
    font-size: 0.9em;
    display: inline-block;
}
.breadcrumb_text:hover
{
    color: #2870ae;
    font-family: Verdana;
    font-size: 0.9em;
}
.breadcrumb_text_nolink
{
    color: black;
    font-family: Verdana;
    font-size: 0.9em;
    display: inline-block;
}
.breadcrumb_text_nolink:hover
{
    color: black;
    font-family: Verdana;
    text-decoration:none;
    font-size: 0.9em;
}
.breadcrumb_sep
{
    color: #2870ae;
    font-family: Verdana;
    font-size: 0.8em;
}
.breadcrumb_homebutton
{
    width:14px;
    height:10px;
    background: url(../images/House.gif) no-repeat;
    vertical-align: middle;
	outline: none;
}

