 

#top_navigation1 {
	height: 48px;
}
#top_nav_wrap {
	height: 48px;
	text-align: left;
	background: #232323;
}
#top_nav_wrap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position:relative;
}
#top_nav_wrap li  , #hidden_menu_ul li {
	float: left;
	height: 48px;
	border-right: 1px solid #545454;
}
a.top_navigation, a.navigation_selected {
	display: block;
	float: left;
	font: 13px Georgia, serif;
	color: #FFF;
	text-decoration: none;
	line-height: 48px;
	padding: 0px 15px 0px 15px;
	height: 48px;
}
a.top_navigation:hover {
	background: #545454;
}
a.navigation_selected:link, a.navigation_selected:visited {
	padding: 0px 15px 0px 25px;
	background: url(//media.freeola.com/navigations/top05/current-b.png) top left no-repeat;
}
#edit-button-nav-top {
	top: 11px;
	right: 10px;
}

#top_nav_wrap li.waffle {
    border-right:0 none;
}
