

/* hover background colors */

		
.home a {
		display:block;
		width:94px;
		height:38px;
		background: url("/includes/buttons/home_full.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
.home a:hover {	
		background-position: -94px 0;
		color: #E9BE75;
		}



.events a {
    display:block;
    width:77px;
	height:38px;
    background: url("/includes/buttons/events_full.jpg") 0 0 no-repeat;
}

.events a:hover {	
		background-position: -77px 0;
		}


.join a {
    display:block;
    width:124px;
	height:38px;
    background: url("/includes/buttons/join_full.jpg") 0 0 no-repeat;
}

.join a:hover {	
		background-position: -124px 0;
		}

.goals22 a {
    display:block;
    width:98px;
	height:38px;
    background: url("/includes/buttons/goals_full.jpg") 0 0 no-repeat;
}

.goals22 a:hover {	
		background-position: -98x 0;
		}
		
		
.contact a {
    display:block;
    width:122px;
	height:38px;
    background: url("/includes/buttons/contact_full.jpg") 0 0 no-repeat;
}

.contact a:hover {	
		background-position: -122px 0;
		}
		
.goalNEW a {
    display:block;
    width:98px;
	height:38px;
    background: url("/includes/buttons/goals_full.jpg") 0 0 no-repeat;
}

.goalNEW a:hover {	
		background-position: -98px 0;
		}

		
