.top_nav {
	width: 100%;
/*	background: #555;*/
	background: #676767;
	border-bottom: 1px solid #555;
}

.top_nav_border {
	border-bottom: 1px solid #fff;
}

.top_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 800px;
	margin: 0px auto;
}

.top_nav li {
	float: left;
	display: inline;
	text-align: center;
	width: 16.5%;
}

.top_nav li a {
	display: block;
	padding: 3px 0px;
	margin: 5px 0px;
	color: #fff;
	font-family: Verdana, arial;
	font-size: 14px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
  -webkit-transition: opacity .4s linear;
}

.top_nav li a:hover {
	text-decoration: none;
	background: #999;
}
