* {
	margin: 0;
	padding:0;
}
.header {
	padding: 0;
	width: 760px;
	background-image: url(../images/header_img2.jpg);
	height: 80px;
}
#topnav {
	margin-left: 200px;
	margin-top: 40px;
	float: left;
	width: 650px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 10px;
	font-family: myriad, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	height:40px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #000;
	height:20px; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#topnav li:hover { 
	background-color: #e6dac7; 
}
/*--Notice the hover color is on the list item itself, not on the link. 
This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li div a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li div a:hover {text-decoration: underline;}
.underNav {
	padding-top: 3px;
	height: 20px;
	position: absolute; 
	width: 700px;
	color: #000000;
}
.underNav a {
	padding: 0 10px 0 10px !important;
}
#about {
	display: none;
	margin-left: -70px;
}
#listings {
	margin-left: -165px;
	display: none;
}
.facts {
	padding-left: 25px;
}
