#top_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 60px;
	float: left;
	border-bottom: 6px solid #021e6c;
	font-size: 1.1em;
}

.landing #top_nav {
}

#top_nav li {
	float: left;
	margin-right: 3px;
}

#top_nav li.last {
	margin-right: 0px;
}

#top_nav li a {
	color: white;
	font-weight: bold;
	text-decoration :none;
	display: block;
	width: 105px;
	height: 22px;
	text-align: center;
	padding-top: 9px;
	background: url(../images/tab_bg_senior.gif) 0px -37px no-repeat;
}

#top_nav li a:hover,  #top_nav li a.selected {
	background-position: 0px 0px;
}
	
