#breadcrumb {
	width: 906px;
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
	background-image: url(images/gamer/bc_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	border: solid 1px #cacaca;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

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

#breadcrumb a {
    height:30px;
    display:block;
    background-image:url(images/gamer/bc_separator.png); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

.home {
    border:none;
    margin: 8px 0px;
}

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