/*
DESENVOLVIDO POR LEANDRO AZEVEDO
leandro.sousa.azevedo@gmail.com
*/
.breadcrumb{
	font-size:18px;
	font-weight:bold;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	text-align:left;
	color:#153170;
	margin-bottom:10px;
}
.breadcrumb a{
	font-size:14px;
	background: transparent url(../img/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: #000;	
}
.breadcrumb a:visited, .breadcrumb a:active{
	color: #000;
}

.breadcrumb a:hover{
	text-decoration: underline;
}