/* Navigation */

#nav {
	background: url('../img/nav/background.gif') repeat-x;
	text-align: left;
	height: 37px
}

a#nav-home img {
	background: url('../img/nav/home.gif') top center
}
a#nav-home.current img {
	background: url('../img/nav/home.gif') bottom center
}
a#nav-home:hover img {
	background: url('../img/nav/home.gif') bottom center
}

a#nav-location img {
	background: url('../img/nav/location.gif') top center
}
a#nav-location.current img {
	background: url('../img/nav/location.gif') bottom center
}
a#nav-location:hover img {
	background: url('../img/nav/location.gif') bottom center
}

a#nav-living-space img {
	background: url('../img/nav/living-space.gif') top center
}
a#nav-living-space.current img {
	background: url('../img/nav/living-space.gif') bottom center
}
a#nav-living-space:hover img {
	background: url('../img/nav/living-space.gif') bottom center
}

a#nav-corporate-housing img {
	background: url('../img/nav/corporate-housing.gif') top center
}
a#nav-corporate-housing.current img {
	background: url('../img/nav/corporate-housing.gif') bottom center
}
a#nav-corporate-housing:hover img {
	background: url('../img/nav/corporate-housing.gif') bottom center
}

a#nav-residents img {
	background: url('../img/nav/residents.gif') top center
}
a#nav-residents.current img {
	background: url('../img/nav/residents.gif') bottom center
}
a#nav-residents:hover img {
	background: url('../img/nav/residents.gif') bottom center
}

a#nav-contact img {
	background: url('../img/nav/contact.gif') top center
}
a#nav-contact.current img {
	background: url('../img/nav/contact.gif') bottom center
}
a#nav-contact:hover img {
	background: url('../img/nav/contact.gif') bottom center
}

.subnav-container {
  display: none;
}

.subnav-container.active {
  display: block;
}

.subnav {
  vertical-align: top; 
  float: left;
}