﻿#top_nav ul {
	margin: 0;
	text-align: left;
	list-style-type: none;
	height: 41px;
}
#top_nav ul li {
	float: left;
	width: 122px;
	height: 41px;
}
#top_nav ul li a {
	display: block;
	font-family: "Berlin Sans FB", sans-serif;
	font-size: 10pt;
	letter-spacing: .1em;
	color: white;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 42px;
	text-decoration: none;
	text-align: center;
	line-height: 2.3em;
	background: url(unselectedtab119x40.png) bottom no-repeat;
}
#top_nav ul li a:visited {
	color: white;
}
#top_nav ul li a:hover {
	background: url(selectedtab119x40.png) bottom no-repeat;
}

