ul#topnav {
	width: 957px;
	height: 37px;
	float:left;
	display:block;
	list-style: none;
	margin: 8px 0 0 8px;
	padding: 0;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 11px;
}
ul#topnav li {
	float:left;
	text-align:center;
	margin: 0; padding: 0;
	line-height:16px;
	height: 38px;
}
ul#topnav li a {
	display:block;
	float:left;
	padding: 9px 0 0 0;
	color: #fff;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	height: 29px;
	text-transform: uppercase;
	text-decoration:none;
}
ul#topnav li a:hover { color:#cc0000; background: #fff }
ul#topnav li:hover a{color:#cc0000 ; background: #fff;}
/*--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 {
	float: left;
	position: absolute;
	left: 0; top:38px;
	display: none;
	width: 957px;
	color: #666;
	height: 34px;
	background-color: #c00;
}
ul#topnav li:hover div { display: block; height: 34px; background: none; } /*--Show subnav on hover--*/
ul#topnav li div a { display: inline; color:#666666; padding: 10px 10px 4px 10px; border-right: 1px solid #a00; height: 20px;} /*--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; color:#000; background-color: #fff; text-decoration: none; }


ul#topnav li a#homeT { width: 81px; font-weight:bold}
ul#topnav li a#searchT { width: 114px; font-weight:bold }
ul#topnav li a#buyersT { width: 76px; font-weight:bold }
ul#topnav li a#sellersT { width: 70px; font-weight:bold }
ul#topnav li a#featuredT { width: 131px; font-weight:bold }
ul#topnav li a#relocatingT { width: 100px; font-weight:bold }
ul#topnav li a#aboutT { width: 129px; font-weight:bold }
ul#topnav li a#rwT { width: 140px; font-weight:bold } 
ul#topnav li a#contactT { width: 116px; font-weight:bold }



