ul {
margin: 0px;
padding: 0px;
}

ul#navigation {
   margin:0;
   padding:0;
   float: right;
   }
   
   

#navigation li {
	display:inline;
	padding: 0px;
	}
	
li.home a {
	text-indent: -3000em;
	background:url(../images/nav/home.jpg) no-repeat left top;
	width: 106px;
	height: 140px;
	display: block;
	overflow: hidden;
	float:left;
	}

li.home a:hover {
	background-position: 0px -140px; 
	}

li.homeON a {
	text-indent: -3000em;
	background:url(../images/nav/home.jpg) no-repeat left top;
	width: 106px;
	height: 140px;
	display: block;
	overflow: hidden;
	float:left;
	background-position: 0px -280px; 
	}
	
	
	
li.solarenergy a {
	text-indent: -3000em;
	background:url(../images/nav/solarenergy.jpg) no-repeat left top;
	width: 168px;
	height: 140px;
	display: block;
	overflow: hidden;
	float:left;
	}

li.solarenergy a:hover {
	background-position: 0px -140px; 
	}

li.solarenergyON a {
	text-indent: -3000em;
	background:url(../images/nav/solarenergy.jpg) no-repeat left top;
	width: 168px;
	height: 140px;
	display: block;
	overflow: hidden;
	float:left;
	background-position: 0px -280px; 
	}
	
	
	
li.solarresources a {
	text-indent: -3000em;
	background:url(../images/nav/solarresources.jpg) no-repeat left top;
	width: 199px;
	height: 140px;
	display: block;
	overflow: hidden;
	float:left;
	}

li.solarresources a:hover {
	background-position: 0px -140px; 
	}

li.solarresourcesON a {
	text-indent: -3000em;
	background:url(../images/nav/solarresources.jpg) no-repeat left top;
	width: 199px;
	height: 140px;
	display: block;
	overflow: hidden;
	float:left;
	background-position: 0px -280px; 
	}
	
	
	
li.contact a {
	text-indent: -3000em;
	background:url(../images/nav/contact.jpg) no-repeat left top;
	width: 132px;
	height: 140px;
	display: block;
	overflow: hidden;
	float:left;
	}

li.contact a:hover {
	background-position: 0px -140px; 
	}

li.contactON a {
	text-indent: -3000em;
	background:url(../images/nav/contact.jpg) no-repeat left top;
	width: 132px;
	height: 140px;
	display: block;
	overflow: hidden;
	float:left;
	background-position: 0px -280px; 
	}