
#top_navigation1 {
	height: 48px;
}
#top_nav_wrap {
	height: 48px;
	text-align: left;
	background: #4d4d4d;
	border-top: 1px dotted #8a8a8a;
	border-bottom: 1px dotted #8a8a8a;
}
#top_nav_wrap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position:relative;
}
#top_nav_wrap li {
	float: left;
	height: 48px;
}
a.top_navigation, a.navigation_selected {
	display: block;
	float: left;
	font: 11px arial, sans-serif;
	color: #ccc;
	text-decoration: none;
	border-right: 1px dotted #8a8a8a;
	padding: 0 15px 0 15px;
	line-height: 48px;
	height: 48px;
}
a.top_navigation:hover {
	color: #fff;
}
a.navigation_selected {
	color: #fff;
	background: url(//media.freeola.com/navigations/square/darkorange-bullet.png) 7px 19px no-repeat;
	padding: 0 15px 0 25px;
}
#edit-button-nav-top {
	top: 11px;
	right: 10px;
}
