/* CSS Document */
/*breadcumbs*/
.breadcumbs {
	line-height: 30px;
}
.breadcumbs li {
	float: left;
}
.breadcumbs li a, .breadcumbs li .curpage {
	float: left;
	background: url(/images/breadcumb.png) no-repeat scroll left bottom transparent;
	text-decoration: none;
	padding: 0 0 0 10px;
}
.breadcumbs li a span, .breadcumbs li .curpage span {
	float: left;
	background: url(/images/breadcumb.png) no-repeat scroll right bottom transparent;
	padding: 0 10px 0 0;
	color: #003399;
}
.breadcumbs li a:hover {
	background-position: 0 0px;
	;
}
.breadcumbs li a:hover span {
	background-position: 100% 0px;
}
/* */
.breadcumbs li.homebut a {
	background: url(/images/home-but.png) no-repeat scroll left bottom transparent;
	float: left;
	text-decoration: none;
	padding: 0 0 0 27px;
}
.breadcumbs  li.homebut a span {
	background: url(/images/home-but.png) no-repeat scroll right bottom transparent;
	float: left;
	padding: 0 10px 0 0;
}
.breadcumbs li.homebut a:hover {
	background-position: 0 0px;
	;
}
.breadcumbs li.homebut a:hover span {
	background-position: 100% 0px;
}
.breadcumbs {
	margin-left: 5px !important;
}