﻿#breadcrumb
{
	font: 11px Arial;
	background-image: url('bc_bg.png');
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	color: #454545;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#breadcrumb ul
{
	list-style-type: none;
	list-style-image: none;
}

#breadcrumb li
{
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-left: 10px;
}

#breadcrumb li.currentTab
{
	font-weight: bold;
}

#breadcrumb a
{
	height: 30px;
	display: block;
	background-image: url('bc_separator.png');
	background-repeat: no-repeat;
	background-position: top right;
	
	padding-right: 15px;
	text-decoration: none;
	color: #454545;
}

.home
{
	border: none;
	margin: 8px 0px;
}
