/* CSS Document */
.navigation {
	float: left;
	width: 234px;
}
#navi ul{
	float: left;
	display: block;
	list-style-type: none;
}
#navi ul a{
      display: block;
   text-indent: -9000px;
   overflow: hidden;
}
#navi {
	list-style-type: none;
	background-image: url(navigation/navi_bg.jpg);
	height: 218px;
	width: 213px;
	margin-top: 47px;
	margin-left: 0px;
	background-repeat: no-repeat;
	margin-right: 0px;
	float: left;
	padding-left: 21px;
	margin-bottom: 0px;
}
.home {
	background-image: url(navigation/home.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 111px;
	margin-top: 26px;
}
.home_over {
	background-image: url(navigation/home_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 111px;
	margin-top: 26px;
}
.home_over span {
 display: none;
}
.home:HOVER {
	background-image: url(navigation/home_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 111px;
	margin-top: 26px;
	cursor: pointer;
}
.home span {
 display: none;
 }
.about {
	background-image: url(navigation/about.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
}
.about:HOVER {
	background-image: url(navigation/about_over.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
	cursor: pointer;
}
.about_over {
	background-image: url(navigation/about_over.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
	
}
.about_over span{
   display: none;
   }
.about span{
   display: none;
   }
   
.residential {
	background-image: url(navigation/residential.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
}
.residential_over {
	background-image: url(navigation/residential_over.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
}
.residential:HOVER {
	background-image: url(navigation/residential_over.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
	cursor: pointer;
}
.residential_over span{
   display: none;
   }
.residential span{
   display: none;
   }
   
.commercial {
	background-image: url(navigation/commercial.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
}
.commercial_over {
	background-image: url(navigation/commercial_over.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
}
.commercial:HOVER {
	background-image: url(navigation/commercial_over.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
	cursor: pointer;
}
.commercial_over span{
   display: none;
   }
.commercial span{
   display: none;
   }
   
.contact {
	background-image: url(navigation/contact.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
}
.contact_over {
	background-image: url(navigation/contact_over.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
}
.contact:HOVER {
	background-image: url(navigation/contact_over.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 111px;
	margin-top: 18px;
	float: left;
	cursor: pointer;
}
.contact_over span{
   display: none;
   }
.contact span{
   display: none;
   }
