#top_nav_wrap {
	height: 90px;
}

#top_nav_wrap ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: #444444;
    height:85px;
	border-bottom: 5px solid #010000;
}

#top_nav_wrap li {
	float:left;
	background: #444444;
	overflow: hidden;
}

a.top_navigation:link, a.top_navigation:visited {
	float: left;
	font: bold 24px arial;
	color: #FFF !important;
	line-height: 85px;
	padding: 0px 32px 0px 32px;
	text-decoration: none;
	transition: all 0.30s ease;
	border-bottom: 5px solid #010000;
}

a.top_navigation:hover {
	background: #2f2f2f;
	transition: all 0.30s ease;
	border-bottom: 5px solid #000000;
}

a.navigation_selected:link, a.navigation_selected:visited {
	float: left;
	font: bold 24px arial;
	color: #FFF !important;
	line-height: 85px;
	padding: 0px 32px 0px 32px;
	background: #2f2f2f;
	text-decoration: none;
	transition: all 0.30s ease;
	border-bottom: 5px solid #000000;
}

#edit-button-nav-top {
	top: 2px;
	right: 10px;
}

