body {
	font: 12px Arial, Helvetica, sans-serif;   
}

#breadcrumb {
	font: 11px Arial, Helvetica, sans-serif;
	background-image:url(bc_bg.gif);
	background-repeat:repeat-x;
	height:30px;
	line-height:30px;
	color:#888;
	width:100%;
	overflow:hidden;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: none;
}

#breadcrumb li {
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}

#breadcrumb a {
	display:inline-block;
    background-image:url(bc_separator.gif); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#333333;
	outline:none;
}

.home {
	border:none;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}

