ul#greenbtn {
background:url("images/greenbtns4.png") no-repeat scroll left top transparent;
height:230px;
list-style:none outside none;
margin:0 auto 0 20px;
width:230px;
}

ul#greenbtn li { display: block; margin:0; padding:0; }
	
ul#greenbtn li a {
	display: block; float: left; width:230px;
	background:url(images/greenbtns4.png) no-repeat left top;
}

	ul#greenbtn li a.insurance {
		height:80px; width:230px;  background-position: 0px 0px;	
	}
	
	ul#greenbtn li a.commercial {
		height:77px; width:230px; background-position: 0px 155px;	
	}
	
	ul#greenbtn li a.residential {
		height:77px; width:230px; background-position: 0px 80px;

	}

	
	
	ul#greenbtn li a.residential:hover, ul#greenbtn li a.residential:focus, ul#greenbtn li a.residential-active {
height:77px; width:230px;background-position: -230px -80px;	
		
	}
	
	ul#greenbtn li a.commercial:hover, ul#greenbtn li a.commercial:focus, ul#greenbtn li a.commercial-active {
		height:77px; width:230px;background-position: -230px -157px;
	}
	
	ul#greenbtn li a.insurance:hover, ul#greenbtn li a.insurance:focus, ul#greenbtn li a.insurance-active  {
	
		height:80px; width:230px;background-position: -230px 0px;	
	}



a { outline: none; }

