#crumbs li {

    display:inline;

}
        
#crumbs li:before {
		 
    content: " > ";
	     
}
        
#crumbs li:first-child:before {
		 
    content: "";
	     
}
        
#crumbs {

    margin:0;
    paddong:0;

}

