@charset "utf-8";
/* CSS Document */

div#breadcrumb{
	padding-top: 2px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}


td.bc_item a, td.bc_sep{
	color: #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.bc_item a{
	padding-bottom: 5px;
	text-decoration: none;
	/*text-transform: capitalize;*/
	text-transform: none;
}
td.bc_item a:hover{
	color: #999999;
}
td.bc_sep{
	padding-right: 5px;
	padding-left: 5px;
}


