#top_navigation1 {
	height: 42px;
	/*background: url(//media.freeola.com/images/theme-images/css-images/04/04-nav-bg.jpg) top repeat-x;*/
	margin-bottom: 10px;
}
#top_nav_wrap {
	height: 42px;
}
#top_nav_wrap ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top_nav_wrap li {
	float: right;
}
a.top_navigation:link, a.top_navigation:visited {
	font: bold 12px verdana;
	color: #494949;
	text-decoration: none;
	line-height: 42px;
	padding: 10px 20px 0px 5px;
}
a.top_navigation:hover {
	color: #f7941d;
}
a.navigation_selected:link, a.navigation_selected:visited {
	font: bold 12px verdana;
	color: #f7941d;
	background: url('//media.freeola.com/backgrounds/04/top-nav-bg-orange.jpg') top repeat-x;
	text-decoration: none;
	line-height: 42px;
	margin: 0px 20px 0px 5px;
	padding-top: 10px;
}
#edit-button-nav-top {
	top: 8px;
	right: 10px;
}
