#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	width:208px;
	margin-right:2px;
	}
	
#nav ul {list-style:none; margin:0; padding:0;}
#nav li {
	display:block;

	margin-bottom:1px;
}
#nav li a {
	display:block;
	background:url(update_images/nav_bg.gif) bottom right no-repeat;
	height:36px;
	line-height:36px;
	text-align:right;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding-right:4px;
	font-weight:normal;
	}
#nav li a:hover, #nav li a.selected {
	background:url(update_images/nav_bg_over.gif) bottom right no-repeat;
	color:#1a1a1a;
	}	
#nav img {padding-bottom:2px;}	
	
#searchbar {
	/*width:603px;*/
	width: 255px;
	height:55px;
	margin:20px auto;
	/*background:url(images/searchbar.gif) top center no-repeat;*/
	background: url(images/btn_search-properties.gif) top center no-repeat;
	}
#searchbar a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	width:255px;
	height:55px;
	cursor:pointer;
	}
#searchwrapper {
text-align:center;
}		