/* --------------------------------------------------------- TOP NAV */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
}

#nav ul li a.navHome {
	background: url(/assets/images/btn_home.jpg) top no-repeat;
	width: 69px;
	height: 40px;
}

#nav ul li a.navIndustrial{
	background: url(/assets/images/btn_industrial.jpg) top no-repeat;
	width: 134px;
	height: 40px;
}

#nav ul li a.navOffice {
	background: url(/assets/images/btn_office.jpg) top no-repeat;
	width: 107px;
	height: 40px;
}

#nav ul li a.navAvailable {
	background: url(/assets/images/btn_available.jpg) top no-repeat;
	width: 157px;
	height: 40px;
}

#nav ul li a.navPortfolio {
	background: url(/assets/images/btn_portfolio.jpg) top no-repeat;
	width: 87px;
	height: 40px;
}

#nav ul li a.navTenants {
	background: url(/assets/images/btn_tenants.jpg) top no-repeat;
	width: 80px;
	height: 40px;
}

#nav ul li a.navContact {
	background: url(/assets/images/btn_contact.jpg) top no-repeat;
	width: 85px;
	height: 40px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}