/* ############## Bread crumbs ########## */
.breadcrumbs {
background:  url(../images/generic/int-breadcrumb_bg.jpg) left top repeat-x red;
font-size:1.0em;
width:710px;
height:37px;
padding:0;
margin: 0px 0px 0px 0px;}
	.breadcrumbs ul {
	margin: 0px;
	padding: 0px;}
		.breadcrumbs li {
		background:url(../images/generic/int-breadcrumb_arrow-a.jpg) left top no-repeat;
		margin: 0px;
		padding: 0px;
		float: left;
		list-style-type: none;
		height:37px;}
		.breadcrumbs li.start {
		background:none;}
		.breadcrumbs li.selected {
		background: url(../images/generic/int-breadcrumb_arrow-b.jpg) left top no-repeat;}
			.breadcrumbs li a:link,
			.breadcrumbs li a:active,
			.breadcrumbs li a:visited {
			text-decoration: none;
			text-transform:lowercase;
			display:block;
			float:left;
			height:22px;
			margin: 0px;
			line-height:22px;
			padding:6px 25px 0 28px;
			color:#fff;}
			.breadcrumbs li span {
			background:url(../images/generic/int-breadcrumb_end.jpg) right top no-repeat;
			text-decoration: none;
			text-transform:lowercase;
			display:block;
			float:left;
			height:31px;
			margin: 0px;
			line-height:22px;
			padding:6px 25px 0 28px;
			color:#fff;}
			.breadcrumbs a:hover {
			color: #1c0672;
			text-decoration: none;}
			
			.breadcrumbs li.start a {}