#bread-crumbs {
	margin: 0px 0px 0px 0px;
	padding:0;
	border:0;
	height:25px;
	display:block;
	border-bottom:#E6E6E6 1px solid;
}

#bread-crumbs ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 0px 9px;
	padding:0px;
}

#bread-crumbs li{
	list-style: none;
	display: inline;
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px;
}

#bread-crumbs a{
	color:#747476;
	text-decoration: none;
	padding-right:17px;
	background:url(../images/common/line_gray_button.gif) no-repeat center right;
}

#bread-crumbs a:hover{
	color:#00AEEF;
	text-decoration: none;
	padding-right:17px;
	background:url(../images/common/line_blue_button.gif) no-repeat center right;
}

#bread-crumbs .selected{
	color:#00AEEF;
	text-decoration: none;
	padding-right:17px;
	background:url(../images/common/line_blue_button.gif) no-repeat center right;
}

#bread-crumbs a.selected:hover{
	color:#000;
}