#home {
	z-index:1;
	position:relative;
	background:url(../images/active.jpg) 0px 0px no-repeat;	
	width:819px;
	height:23px;
	margin: auto 6.5%;
}
#lease {
	z-index:1;
	position:relative;
	background:url(../images/active.jpg) 0px -26px no-repeat;	
	margin: 0px 6.5%;
	width:819px;
	height:23px;
}
#portfolio {
	z-index:1;
	position:relative;
	background:url(../images/active.jpg) 0px -51px no-repeat;
	margin: 0px 6.5%;
	width:819px;
	height:23px;
}
#profile {
	z-index:1;
	position:relative;
	background:url(../images/active.jpg) 0px -76px no-repeat;
	margin: 0px 6.5%;
	width:819px;
	height:23px;
}
#team {
	z-index:1;
	position:relative;
	background:url(../images/active.jpg) 0px -101px no-repeat;
	margin: 0px 6.5%;
	width:819px;
	height:23px;
}
#tenant {
	z-index:1;
	position:relative;
	background:url(../images/active.jpg) 0px -126px no-repeat;
	margin: 0px 6.5%;
	width:819px;
	height:23px;
}
#contact {
	z-index:1;
	position:relative;
	background:url(../images/active.jpg) 0px -151px no-repeat;
	margin: 0px 6.5%;
	width:819px;
	height:23px;
}
#nav {
	z-index:1;
	position:relative;
	padding:0;
	margin: 0px 0px;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:23px;
	display:block;
}

#nav li {
	float:left;
	list-style:none;
	display:inline;
}

.home {width: 115px;}
.lease {width: 115px;}
.portfolio {width: 116px;}
.profile {width: 116px;}
.team { width: 116px;}
.tenant { width: 117px;}
.contact { width: 117px;}

.home a:hover {background:url(../images/nav.jpg) 0px 0px no-repeat; }
.lease a:hover {background:url(../images/nav.jpg) -115px 0px no-repeat; }
.portfolio a:hover {background:url(../images/nav.jpg) -232px 0px no-repeat; }
.profile a:hover {background:url(../images/nav.jpg) -348px 0px no-repeat; }
.team a:hover{background:url(../images/nav.jpg) -464px 0px no-repeat; }
.tenant a:hover{background:url(../images/nav.jpg) -580px 0px no-repeat; }
.contact a:hover{background:url(../images/nav.jpg) -698px 0px no-repeat; }


/* Management Team Nav Instructions */
#team_nav {
	z-index:2;
	position:relative;
	padding:0;
	margin: 0px 0px;
}
#team_nav span {
	display: none;
}
#team_nav li, #team_nav a {
	height:21px;
	display:block;
}

#team_nav li {
	float:left;
	list-style:none;
	display:inline;
}

#doug {
	z-index:2;
	position:relative;
	background:url(../images/team_nav.jpg) 0px 0px no-repeat;	
	width:634px;
	height:21px;
	margin: auto 6.5%;
}
#janice {
	z-index:2;
	position:relative;
	background:url(../images/team_nav.jpg) 0px -21px no-repeat;
	width:634px;
	height:21px;
	margin: auto 6.5%;
}
#george {
	z-index:2;
	position:relative;
	background:url(../images/team_nav.jpg) 0px -42px no-repeat;
	width:634px;
	height:21px;
	margin: auto 6.5%;
}
#franklin {
	z-index:2;
	position:relative;
	background:url(../images/team_nav.jpg) 0px -63px no-repeat;
	width:634px;
	height:21px;
	margin: auto 6.5%;
}

.doug {width:104px; }
.janice { width:106px; }
.george { width:106px; }
.franklin { width:107px; }

.doug a:hover { background:url(../images/team_nav.jpg) 0px 0px no-repeat; }
.janice a:hover { background:url(../images/team_nav.jpg) -103px -21px no-repeat; }
.george a:hover { background:url(../images/team_nav.jpg) -207px -42px no-repeat; }
.franklin a:hover { background:url(../images/team_nav.jpg) -318px -106px no-repeat; }

/* Leasing Navigation CSS Rules */
#kingston619_lease {
	z-index:2;
	position:relative;
	background:url(../images/lease_nav.jpg) 0px 0px no-repeat;
	width:140px;
	height:23px;
	margin: 0px 121px;
}

#dundas1800_lease {
	z-index:2;
	position:relative;
	background:url(../images/lease_nav.jpg) 0px -24px no-repeat;
	width:140px;
	height:23px;
	margin: 0px 121px;
}

.kingston619_lease { width: 65px; }
.dundas1800_lease  { width: 74px; }


.kingston619_lease a:hover { background:url(../images/lease_nav.jpg) 0px 0px no-repeat; }
.dundas1800_lease a:hover { background:url(../images/lease_nav.jpg) -66px -24px no-repeat; margin: 2px 0px; }
