.home a {
	display:block;
	width: 56px;
	height: 36px;
	background: url("../images/navbar/home.gif") 0 0 no-repeat;
}
.home_alt a {
	display:block;
	width: 56px;
	height: 36px;
	background: url("../images/navbar/home_alt.gif") 0 0 no-repeat;
}
.home a:hover {	
	background: url("../images/navbar/home_alt.gif") no-repeat;
}

.calendar a {
	display:block;
	width: 123px;
	height: 36px;
	background: url("../images/navbar/calendar.gif") 0 0 no-repeat;
}
.calendar_alt a {
	display:block;
	width: 123px;
	height: 36px;
	background: url("../images/navbar/calendar_alt.gif") 0 0 no-repeat;
}
.calendar a:hover {	
	background: url("../images/navbar/calendar_alt.gif") no-repeat;
}

.links a {
	display:block;
	width: 60px;
	height: 36px;
	background: url("../images/navbar/links.gif") 0 0 no-repeat;
}
.links_alt a {
	display:block;
	width: 60px;
	height: 36px;
	background: url("../images/navbar/links_alt.gif") 0 0 no-repeat;
}
.links a:hover {	
	background: url("../images/navbar/links_alt.gif") no-repeat;
}

.continuingeducation a {
	display:block;
	width: 161px;
	height: 36px;
	background: url("../images/navbar/continuingeducation.gif") 0 0 no-repeat;
}
.continuingeducation_alt a {
	display:block;
	width: 161px;
	height: 36px;
	background: url("../images/navbar/continuingeducation_alt.gif") 0 0 no-repeat;
}
.continuingeducation a:hover {	
	background: url("../images/navbar/continuingeducation_alt.gif") no-repeat;
}

.membership a {
	display:block;
	width: 107px;
	height: 36px;
	background: url("../images/navbar/membership.gif") 0 0 no-repeat;
}
.membership_alt a {
	display:block;
	width: 107px;
	height: 36px;
	background: url("../images/navbar/membership_alt.gif") 0 0 no-repeat;
}
.membership a:hover {	
	background: url("../images/navbar/membership_alt.gif") no-repeat;
}

.about a {
	display:block;
	width: 70px;
	height: 36px;
	background: url("../images/navbar/about.gif") 0 0 no-repeat;
}
.about_alt a {
	display:block;
	width: 70px;
	height: 36px;
	background: url("../images/navbar/about_alt.gif") 0 0 no-repeat;
}
.about a:hover {	
	background: url("../images/navbar/about_alt.gif") no-repeat;
}

.contact a {
	display:block;
	width: 71px;
	height: 36px;
	background: url("../images/navbar/contact.gif") 0 0 no-repeat;
}
.contact_alt a {
	display:block;
	width: 71px;
	height: 36px;
	background: url("../images/navbar/contact_alt.gif") 0 0 no-repeat;
}
.contact a:hover {	
	background: url("../images/navbar/contact_alt.gif") no-repeat;
}

/*ADMIN ROLLOVERS*/

.events a {
	display:block;
	width: 74px;
	height: 36px;
	background: url("../images/navbar/events.gif") 0 0 no-repeat;
}
.events_alt a {
	display:block;
	width: 74px;
	height: 36px;
	background: url("../images/navbar/events_alt.gif") 0 0 no-repeat;
}
.events a:hover {	
	background: url("../images/navbar/events_alt.gif") no-repeat;
}

.members a {
	display:block;
	width: 89px;
	height: 36px;
	background: url("../images/navbar/members.gif") 0 0 no-repeat;
}
.members_alt a {
	display:block;
	width: 89px;
	height: 36px;
	background: url("../images/navbar/members_alt.gif") 0 0 no-repeat;
}
.members a:hover {	
	background: url("../images/navbar/members_alt.gif") no-repeat;
}

.logout a {
	display:block;
	width: 72px;
	height: 36px;
	background: url("../images/navbar/logout.gif") 0 0 no-repeat;
}
.logout_alt a {
	display:block;
	width: 72px;
	height: 36px;
	background: url("../images/navbar/logout_alt.gif") 0 0 no-repeat;
}
.logout a:hover {	
	background: url("../images/navbar/logout_alt.gif") no-repeat;
}

.admin a {
	display:block;
	width: 14px;
	height: 14px;
	background: url("../images/admin.gif") 0 0 no-repeat;
}
.admin a:hover {	
	background: url("../images/admin_alt.gif") no-repeat;
}