#top-nav-outer {
	clear: both;
	float: none;
}
#top-nav {
	background: url(images/WES-navigation.png) no-repeat;
	width: 1000px;
	height: 49px;
	margin: 0;
	padding: 0;
}
#top-nav span {
	display: none;
}
#top-nav ul {
	margin: 0;
	padding: 0;
}
#top-nav li, #top-nav a {
	display: block;
	height: 49px;
	border-bottom: none;
}
#top-nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline;
}
#top-nav-01 {width: 200px;}
#top-nav-02 {width: 200px;}
#top-nav-03 {width: 200px;}
#top-nav-04 {width: 200px;}
#top-nav-05 {width: 200px;}

#top-nav-01 a:hover {background: url(images/WES-navigation.png) no-repeat 0px -49px; }
#top-nav-02 a:hover {background: url(images/WES-navigation.png) no-repeat -200px -49px; }
#top-nav-03 a:hover {background: url(images/WES-navigation.png) no-repeat -400px -49px; }
#top-nav-04 a:hover {background: url(images/WES-navigation.png) no-repeat -600px -49px; }
#top-nav-05 a:hover {background: url(images/WES-navigation.png) no-repeat -800px -49px; }

#top-nav-01.selected, #top-nav-01.selected a:hover {background: url(images/WES-navigation.png) no-repeat 0px -98px;}
#top-nav-02.selected, #top-nav-02.selected a:hover {background: url(images/WES-navigation.png) no-repeat -200px -98px;}
#top-nav-03.selected, #top-nav-03.selected a:hover {background: url(images/WES-navigation.png) no-repeat -400px -98px;}
#top-nav-04.selected, #top-nav-04.selected a:hover {background: url(images/WES-navigation.png) no-repeat -600px -98px;}
#top-nav-05.selected, #top-nav-05.selected a:hover {background: url(images/WES-navigation.png) no-repeat -800px -98px;}