#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 : 1px solid #cacaca;
overflow : hidden;
margin : 0;
padding : 0;
}
#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 0;
}
#breadcrumb a:hover {
color : #35acc5;
} 
		
		
		
		