#floater {
	margin:0;
	padding:0;
}


#navigator {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background: #005665;
	float: left;
	height: 26px;
}

#navigator li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	position: relative;
	top: -10px;
}

#navigator a {
	background: #005665;
	color: #c6edf5;
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight:normal;
}

#navigator a:hover {
	background: #5FBDCE;
	height: 20px;
    color: #015666;
}