#navigation {
        float: left;
        width: 75%;
}
.breadcrumb {
	font-size: 12px;
	color: #615C5C;
	font-weight: bold;
}
.breadcrumb a {
	color: #969494 !important;
	text-decoration: none !important;
	font-weight: normal !important;
        font-style: normal !important;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb_separator {
        padding: 0px 5px 0px 5px;
}
