#navigation{
	float:left;
	width: 345px;
	height: 25px;
	margin-top:35px;
}


.navigation-on {
	background: url("/images/nav-on.gif");
	width: 95px;
	height: 19px;
	display: block;
	float:left;
	cursor: hand;
	color: #1eaadd;
	font-size: 0.8em;
	text-align: center;
	padding-top:5px;
}
.navigation-on:hover {
	background: url("/images/nav-on.gif");
	width: 95px;
	height: 19px;
	display: block;
	float:left;
	cursor: hand;
	color: #1eaadd;
	font-size: 0.8em;
	text-align: center;
	padding-top:5px;
}



.facilities-locationandcontact-off {
	background: url("/images/nav-off.gif");
	width: 95px;
	height: 19px;
	display: block;
	float:left;
	border-bottom: 1px solid #1eaadd;
	color: #615e60;
	font-size:0.8em;
	text-align: center;
	padding-top:5px;
	cursor: hand;
}
.facilities-locationandcontact-off:hover {
	background: url("/images/nav-over.gif");
	width: 95px;
	height: 19px;
	display: block;
	float:left;
	border-bottom: 1px solid #1eaadd;
	color: #1eaadd;
	cursor: hand;
}

.facilities-off {
	background: url("/images/nav-off.gif");
	width: 95px;
	height: 20px;
	display: block;
	float:left;
	color: #615e60;
	font-size:0.8em;
	text-align: center;
	padding-top:5px;
	cursor: hand;
}
.facilities-off:hover {
	background: url("/images/nav-over.gif");
	width: 95px;
	height: 20px;
	display: block;
	float:left;
	color: #1eaadd;
	font-size:0.8em;
	text-align: center;
	padding-top:5px;
	cursor: hand;
}
.location-off {
	background: url("/images/nav-off.gif");
	width: 95px;
	height: 20px;
	display: block;
	float:left;
	color: #615e60;
	font-size:0.8em;
	text-align: center;
	padding-top:5px;
	cursor: hand;
}
.location-off:hover {
	background: url("/images/nav-over.gif");
	width: 95px;
	height: 20px;
	display: block;
	float:left;
	color: #1eaadd;
	font-size:0.8em;
	text-align: center;
	padding-top:5px;
	cursor: hand;
}





.nav-border-on {
	width:30px;
	height: 24px;
	border-bottom: 1px solid #1eaadd;
	float:left;
}
.nav-border-off {
	width:30px;
	height: 25px;
	float:left;
}
