#top_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: 900;
	background: #000000;
	z-index: 2;
	background: url(../images/button_bg.jpg) bottom left repeat-x;
}
#top_nav ul {
	list-style: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#navlist li {
	display: inline;
	margin: 0px;
	padding: 0px;

}
#top_nav a, #top_nav a:visited {
	color:#88FF66;
	text-decoration:none;
	text-transform: uppercase;
	padding: 7px 10px;
	margin: 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#top_nav a:hover, #top_nav a:active {	background: url(../images/button_bg_over.jpg) bottom left repeat-x;}


