/* TOP NAV */

table#topnav tr#top a {
	display: block;
	height: 23px;
}
table#topnav tr#bottom a {
	display: block;
	height: 20px;
}
table#topnav td u {
	display: none;
}
table#topnav td#home a {
	width: 124px;
	background: url(/images/topnav_home.gif) no-repeat;
}
table#topnav td#about a {
	width: 117px;
	background: url(/images/topnav_about.gif) no-repeat;
}
table#topnav td#subscribe a {
	width: 117px;
	background: url(/images/topnav_subscribe.gif) no-repeat;
}
table#topnav td#contact a {
	width: 117px;
	background: url(/images/topnav_contact.gif) no-repeat;
}
table#topnav td#resources a {
	width: 118px;
	background: url(/images/topnav_resources.gif) no-repeat;
}
table#topnav td#friend a {
	width: 124px;
	background: url(/images/topnav_friend.gif) no-repeat;
}
table#topnav td#news a {
	width: 117px;
	background: url(/images/topnav_news.gif) no-repeat;
}
table#topnav td#current a {
	width: 117px;
	background: url(/images/topnav_current.gif) no-repeat;
}
table#topnav td#past a {
	width: 117px;
	background: url(/images/topnav_past.gif) no-repeat;
}
table#topnav td#learn a {
	width: 118px;
	background: url(/images/topnav_learn.gif) no-repeat;
}

/* HOVER ROLLOVER */

table#topnav td#home a:hover {
	background: url(/images/topnav_home_f2.gif) no-repeat;
}
table#topnav td#about a:hover {
	background: url(/images/topnav_about_f2.gif) no-repeat;
}
table#topnav td#subscribe a:hover {
	background: url(/images/topnav_subscribe_f2.gif) no-repeat;
}
table#topnav td#contact a:hover {
	background: url(/images/topnav_contact_f2.gif) no-repeat;
}
table#topnav td#resources a:hover {
	background: url(/images/topnav_resources_f2.gif) no-repeat;
}
table#topnav td#friend a:hover {
	background: url(/images/topnav_friend_f2.gif) no-repeat;
}
table#topnav td#news a:hover {
	background: url(/images/topnav_news_f2.gif) no-repeat;
}
table#topnav td#current a:hover {
	background: url(/images/topnav_current_f2.gif) no-repeat;
}
table#topnav td#past a:hover {
	background: url(/images/topnav_past_f2.gif) no-repeat;
}
table#topnav td#learn a:hover {
	background: url(/images/topnav_learn_f2.gif) no-repeat;
}

