/* BPCommercial navigation  *//* styles the topNav */#topNav ul {	width: 800px;	height: 25px;	list-style: none;	margin: 0px;	padding: 0px;	border: 0px;}#topNav ul li {	float: left;	margin: 0px;	padding: 0px;}#topNav ul li a {	height: 25px;	display: block;	text-indent: -10000px;	background-image: url(images/navTop.gif);	background-repeat: no-repeat;}#topNav li#about { background: url(images/navTop.gif) 0px -25px no-repeat; }#topNav li#business_parks { background: url(images/navTop.gif) -105px -25px no-repeat;}#topNav li#retail_centers { background: url(images/navTop.gif) -296px -25px no-repeat;}#topNav li#office_buildings{ background: url(images/navTop.gif) -479px -25px no-repeat;}#topNav li#contact { background: url(images/navTop.gif) -681px -25px no-repeat;}#topNav li#about a { width: 105px; background-position: 0px 0px; }#topNav li#business_parks a { width: 191px; background-position: -105px 0px; }#topNav li#retail_centers a { width: 183px; 	background-position: -296px 0px; }#topNav li#office_buildings a { width: 202px; background-position: -479px 0px; }#topNav li#contact a { width: 118px; background-position: -681px 0px; }#topNav li#about a:hover { background-image: none;}#topNav li#business_parks a:hover { background-image: none; }#topNav li#retail_centers a:hover { background-image: none;}#topNav li#office_buildings a:hover { background-image: none;}#topNav li#contact a:hover { background-image: none;}#topNav li#about.active a { background-image: none; }#topNav li#business_parks.active a { background-image: none; }#topNav li#retail_centers.active a { background-image: none; }#topNav li#office_buildings.active a { background-image: none; }#topNav li#contact.active a { background-image: none; }/* styles the leftNav */#leftNav{	margin:0px;	padding: 0px;}#leftNav ul {	width: 215px;	list-style: none;	margin:0px;	padding: 0px;	font: bold 11px "Trebuchet MS", Georgia, serif;}#leftNav ul li a {	display: block;	height: 25px;	margin: 0px;	padding: 12px 0px 0px 18px;	background-color:#BDBFAC;	text-decoration: none;	text-transform: uppercase;	color: #FFFFFF;	border-bottom: 1px solid #FFFFFF;}#leftNav a:hover  {	color: #858591;	background-color: #D6D9C3;}#leftNav .active  {	color: #858591;	background-color: #D6D9C3;}/* styles the bottomNav */#bottomNav ul {	width: 800px;	height: 20px;	list-style: none;	margin: 0px;	padding: 0px;	text-align: left;	border: 0px;}#bottomNav ul li {	float: left;	margin: 0px;	padding: 0px;}#bottomNav ul li a {	height: 20px;	display: block;	text-indent: -10000px;	background-image: url(images/navBottom.gif);	background-repeat:no-repeat;}#bottomNav li#development { background: url(images/navBottom.gif)  0px -20px no-repeat;}#bottomNav li#realty {background: url(images/navBottom.gif) -399px -20px no-repeat; }#bottomNav li#development a { width: 399px; background-position: 0px 0px;}#bottomNav li#realty a { width: 400px; background-position:-399px 0px;	}#bottomNav li#development a:hover { 	background-image: none;}#bottomNav li#realty a:hover { background-image: none;}