
#top_nav_wrap {
	height: 30px;
	text-align: left;
	background: #fff;
}
#top_nav_wrap ul {
	list-style-type: none;
	position:relative;
}
#top_nav_wrap li {
	float: left;
	height: 30px;
}
a.top_navigation, a.navigation_selected {
	display: block;
	float: left;
	font: 14px arial !important;
	color: #c0c0c0;
	text-decoration: none;
	margin: 7px 30px 0 30px;
	font-weight: normal;
}
a.top_navigation:hover, a.navigation_selected {
	color: #222222;
}
#edit-button-nav-top {
	top: 2px;
	right: 10px;
}
