.breadcrumbs {
    background-image:url('bc_bg.gif'); 
    background-repeat:repeat-x;
	height:20px;line-height:20px;/* ------------------ THIS TWO MADE THE TEXT ALIGN VERTICALLY CENTER ---------------*/
    font-size: 70%;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:5px 0 10px 0;
    padding-left:5px;}
	
.breadcrumbs img { vertical-align:middle; } /* ------- THIS MADE THE SEPARATOR IMAGE ALIGN VERTICALLY CENTER ---------*/

.breadcrumbs li {
    list-style-type:none;		
	display:inline-block;
	float:left;}

.breadcrumbs a {
	display:inline-block;		
    background-repeat:no-repeat; 
    background-position:right;
    padding: 0 5px;
    text-decoration: none;
    color:#777;
	outline:none;}

.breadcrumbs a:hover {
	background-image:url('bc_hover.gif'); 
	background-repeat:repeat-x;
	color:#006699;
	text-decoration:underline;}
	
	
	
.breadcrumbs {
	color:#777; }