#masthead #topnav {
	position: absolute;
	right: 0px;
	bottom: 19px;
	height: 18px;
}
#masthead #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 700px;
	height: 18px;
}
#masthead #topnav ul li {
	float: right;
	padding-right: 12px;
	padding-left: 12px;
	border-left: 1px solid #000;
	text-indent: -9999px;
}
#masthead #topnav ul li#home {
	border-left: none;
}
#masthead #topnav ul a  {
	display: block;
	height: 18px;
}
#masthead #topnav ul a u {
	display: none;
}
#masthead #topnav ul #home a {
	background: url(/images/topnav_home.png) no-repeat;
	width: 47px;
}
#masthead #topnav ul #followup a {
	background: url(/images/topnav_followup.png) no-repeat;
	width: 94px;
}
#masthead #topnav ul #rsvp a {
	background: url(/images/topnav_rsvp.png) no-repeat;
	width: 42px;
}
#masthead #topnav ul #signup a {
	background: url(/images/topnav_signup.png) no-repeat;
	width: 67px;
}
#masthead #topnav ul #faq a {
	background: url(/images/topnav_faq.png) no-repeat;
	width: 34px;
}
#masthead #topnav ul #tmorg a {
	background: url(/images/topnav_tmorg.png) no-repeat;
	width: 55px;
}
#masthead #topnav ul #dlf a {
	background: url(/images/topnav_dlf.png) no-repeat;
	width: 215px;
}
#masthead #topnav ul #home a:hover {
	background-position: 0px -18px;
}
#masthead #topnav ul #followup a:hover {
	background-position: 0px -18px;
}
#masthead #topnav ul #rsvp a:hover {
	background-position: 0px -18px;
}
#masthead #topnav ul #signup a:hover {
	background-position: 0px -18px;
}
#masthead #topnav ul #faq a:hover {
	background-position: 0px -18px;
}
#masthead #topnav ul #tmorg a:hover {
	background-position: 0px -18px;
}
#masthead #topnav ul #dlf a:hover {
	background-position: 0px -18px;
}
