.navbar {
	float: right;
	height: auto;
	width: 550px;
	margin: 0px;
	padding: 10px;
	font-family: arial;
	font-size: 12px;
	color: #333;
}
.navbar a {
	float: left;
	height: auto;
	width: auto;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.link {
	float: left;
	height: auto;
	width: auto;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}

#logout {
	font-family: arial;
	font-size: 12px;
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.breadcrumb {
	height: 20px;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.breadcrumb a {
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-left: 0px;
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.breadcrumb span {
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-left: 5px;
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

