
html, body, { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }

.MainMenu {
	height:30px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	width: 980px;
}

/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

/*=================================== Main Horizontal Navigation ================================*/
#hnav { width: 670px; height: 30px; background: url('../images/nav_main.png') no-repeat; }
#hnav li { position: absolute; left: 0; height: 30px; }
	#hnav #hnavleadership { width: 157px; left: 0px; }
	#hnav #hnavservices { width: 172px; left: 157px; }
	#hnav #hnavcommunity{ width: 114px; left: 329px; }
	#hnav #hnavresidents { width: 100px; left: 443px; }
	#hnav #hnavgetintouch { width: 126px; left: 543px; }
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 30px; text-indent: -9999em; }

ul#hnav	{margin: 0; padding: 0;}