/*------------ Navigation States -------------------*/
/*------------ Inactive States -------------------*/

a.mainInactive:link, a.mainInactive:visited, a.mainInactive:active {
	background-image: url(http://images.match.com/match/fig/header/fig_logo_off.gif);
	background-repeat: no-repeat;
}
a.mainInactive:hover {
	background-image: url(http://images.match.com/match/fig/header/fig_logo_on.gif);
}

a.matchFriendInactive:link, a.matchFriendInactive:visited, a.matchFriendInactive:active {
	background-image: url(http://images.match.com/match/fig/header/match_friend_off.gif);
	background-repeat: no-repeat;
}
a.matchFriendInactive:hover {
	background-image: url(http://images.match.com/match/fig/header/match_friend_on.gif);
}

a.addFriendInactive:link, a.addFriendInactive:visited, a.addFriendInactive:active {
	background-image: url(http://images.match.com/match/fig/header/add_friend_off.gif);
	background-repeat: no-repeat;
}
a.addFriendInactive:hover {
	background-image: url(http://images.match.com/match/fig/header/add_friend_on.gif);
}

a.giftSubInactive:link, a.giftSubInactive:visited, a.giftSubInactive:active {
	background-image: url(http://images.match.com/match/fig/header/gift_sub_off.gif);
	background-repeat: no-repeat;
}
a.giftSubInactive:hover {
	background-image: url(http://images.match.com/match/fig/header/gift_sub_on.gif);
}

a.editAccountInactive:link, a.editAccountInactive:visited, a.editAccountInactive:active {
	background-image: url(http://images.match.com/match/fig/header/edit_account_off.gif);
	background-repeat: no-repeat;
}
a.editAccountInactive:hover {
	background-image: url(http://images.match.com/match/fig/header/edit_account_on.gif);
}

a.learnMoreInactive:link, a.learnMoreInactive:visited, a.learnMoreInactive:active {
	background-image: url(http://images.match.com/match/fig/header/learn_more_off.gif);
	background-repeat: no-repeat;
}
a.learnMoreInactive:hover {
	background-image: url(http://images.match.com/match/fig/header/learn_more_on.gif);
}
/*------------ End of Inactive State -------------------*/


/*------------ Active State -------------------*/

a.mainActive {
	background-image: url(http://images.match.com/match/fig/header/fig_logo_tab.gif);
	background-repeat: no-repeat;
}
a.matchFriendActive {
	background-image: url(http://images.match.com/match/fig/header/match_friend_tab.gif);
	background-repeat: no-repeat;
}
a.addFriendActive {
	background-image: url(http://images.match.com/match/fig/header/add_friend_tab.gif);
	background-repeat: no-repeat;
}
a.giftSubActive {
	background-image: url(http://images.match.com/match/fig/header/gift_sub_tab.gif);
	background-repeat: no-repeat;
}
a.editAccountActive {
	background-image: url(http://images.match.com/match/fig/header/edit_account_tab.gif);
	background-repeat: no-repeat;
}
a.learnMoreActive {
	background-image: url(http://images.match.com/match/fig/header/learn_more_tab.gif);
	background-repeat: no-repeat;
}

/*------------ End of Active State -------------------*/
