/* CSS Document */
#nav{
	width: 740px;
	height: 40px;
	padding: 0px;
	margin: 5px auto 9px auto;
   
	background: #FFFFFF url(images/nav/background.gif) no-repeat;
}
.home{
	float: left;
	width: 47px;
	height: 40px;
	padding: 0px;

	background: url(images/nav/home.gif) no-repeat;
}

a.nav01:link, a.nav01:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 47px;
	height: 40px;
	background: url(images/nav/home.gif) no-repeat;
	text-decoration: none;
}

a.nav01:hover, a.nav01:active {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 47px;
	height: 40px;
	background: url(images/nav/home-on.gif) no-repeat;
	text-decoration: none;
}




.greenbuilding{
	float: left;
	width: 150px;
	height: 40px;
	padding: 0px;
    background: url(images/nav/greenbuilding.gif) no-repeat;
}

a.nav02:link, a.nav02:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 40px;
	background: url(images/nav/greenbuilding.gif) no-repeat;
	text-decoration: none;
}

a.nav02:hover, a.nav02:active {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 40px;
	background: url(images/nav/greenbuilding-on.gif) no-repeat;
	text-decoration: none;
}





.who{
	float: left;
	width: 95px;
	height: 40px;
	padding: 0px;
    background: url(images/nav/who.gif) no-repeat;
}

a.nav03:link, a.nav03:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 95px;
	height: 40px;
	background: url(images/nav/who.gif) no-repeat;
	text-decoration: none;
}

a.nav03:hover, a.nav03:active {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 95px;
	height: 40px;
	background: url(images/nav/who-on.gif) no-repeat;
	text-decoration: none;
}



.remodel{
	float: left;
	width: 100px;
	height: 40px;
	padding: 0px;
    background: url(images/nav/remodel.gif) no-repeat;
}

a.nav04:link, a.nav04:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 40px;
	background: url(images/nav/remodel.gif) no-repeat;
	text-decoration: none;
}

a.nav04:hover, a.nav04:active {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 40px;
	background: url(images/nav/remodel-on.gif) no-repeat;
	text-decoration: none;
}




.gallery{
	float: left;
	width: 57px;
	height: 40px;
	padding: 0px;
    background: url(images/nav/gallery.gif) no-repeat;
}

a.nav05:link, a.nav05:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 57px;
	height: 40px;
	background: url(images/nav/gallery.gif) no-repeat;
	text-decoration: none;
}

a.nav05:hover, a.nav05:active {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 57px;
	height: 40px;
	background: url(images/nav/gallery-on.gif) no-repeat;
	text-decoration: none;
}




.links{
	float: left;
	width: 115px;
	height: 40px;
	padding: 0px;
    background: url(images/nav/links.gif) no-repeat;
}

a.nav06:link, a.nav06:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 115px;
	height: 40px;
	background: url(images/nav/links.gif) no-repeat;
	text-decoration: none;
}

a.nav06:hover, a.nav06:active {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 115px;
	height: 40px;
	background: url(images/nav/links-on.gif) no-repeat;
	text-decoration: none;
}








.contact{
	float: left;
	width: 57px;
	height: 40px;
	padding: 0px;
    background: url(images/nav/contact.gif) no-repeat;
}

a.nav07:link, a.nav07:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 57px;
	height: 40px;
	background: url(images/nav/contact.gif) no-repeat;
	text-decoration: none;
}

a.nav07:hover, a.nav07:active {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 57px;
	height: 40px;
	background: url(images/nav/contact-on.gif) no-repeat;
	text-decoration: none;
}























