#NavigationBar {
	margin: 0;
	padding: 0;
	height: 31px;
	list-style-type: none;
	background-image: url(http://clarepeople.actonbvhosting.com/li-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

	#NavigationBar li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 31px; /*31*/
		float: left;
		padding: 8px 15px 0 15px;
		font-family: arial;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		background-image: url(http://clarepeople.actonbvhosting.com/li-bg.png);
		background-position: 100% 0;
		background-repeat: no-repeat;
	}
	
		#NavigationBar li a:link,
		#NavigationBar li a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#NavigationBar li a:hover {
			color: #600;
		}
		
#aSearchForm {
	margin: 0;
	padding: 0;
	width: 295px;
	position: absolute;
	top: 0;
	right: 0;
	height: 31px;
}

	#aSearchForm input {
		height: 22px;
		width: 200px;
		position: absolute;
		top: 4px;
		right: 0;
	}

	#aSearchForm span {
		font-family: arial;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		position: absolute;
		display: block;
		top: 8px;
		left: 0;
	}
