.header-left {
	display:inline-block;
	float:left;
	width:225px;
}

.header-right {
	display:inline-block;
	float:right;
	width:710px;
	text-align: right;
}


ul.top-menu {
	list-style: none;
	float: right;
}
ul.top-menu li {
	float:left;
	margin: 5px 10px;
}

.breadcrumb_bar{
	color:#555;
	width:100%;
	height: 45px;
	margin-top:-1px;
	float:left;
	background:none;
}

.breadcrumb_bar h4 {
	padding-left:10px;
	padding-top:10px;
	float:left;
}

.breadcrumb_bar h4  a {
	color: #555;
}
.breadcrumb_bar h4  a {
	color: #666;
	text-decoration: underline;
}
.breadcrumb_bar form {
	float: right;
}
