@charset "utf-8";

.homenav {
	position: absolute;
	top: -10px;
	height: 45px;
	line-height: 45px;
	background: url(../images/link-n.png) no-repeat left;
	padding-left: 30px;
	color: #f7be80;
}
#newsletter {
	background: url(../images/pdf-n.png) no-repeat top left;
	padding-left: 35px;
	position: absolute;
	top: 203px;
	left: 35px;
	line-height: 33px;
}
#newsletter:hover {
	background: url(../images/pdf-o.png) no-repeat top left;
}

#navcontainer {
	position: relative;
	_top: -2px;
	/*line-height: 27px;
	height: 27px;*/
	background: #f78102;
	top: 0;
	height: 27px;
	overflow: hidden;
}
#navprops {
	position: relative;
	left: 4px;
	display: block;
	width: 100px;
}
#navmems {
	position: absolute;
	left: 123px;
}
#navtenants {
	position: absolute;
	left: 239px;
}
#navlandlords {
	position: absolute;
	left: 351px;
}
#navaccred {
	position: absolute;
	left: 471px;
}
#navhome {
	background: none;
	position: absolute;
	right: 5px;
}
#whoarewe {
	position: absolute;
	top: 310px;
	left: 10px;
	width: 65px;
	height: 49px;
	background: url(../images/whoarewe-n.png) no-repeat;
	_background: url(../images/whoarewe.gif) no-repeat;
}
#whoarewe:hover {
	background: url(../images/whoarewe-o.png) no-repeat;
	_background: url(../images/whoarewe-o.gif) no-repeat;
}
#whatdowedo {
	position: absolute;
	top: 279px;
	left: 96px;
	width: 82px;
	height: 49px;
	background: url(../images/whatdowedo-n.png) no-repeat;
	_background: url(../images/whatdowedo.gif) no-repeat;
}
#whatdowedo:hover {
	background: url(../images/whatdowedo-o.png) no-repeat;
	_background: url(../images/whatdowedo-o.gif) no-repeat;
}