#top_navigation1 {
	height: 29px;
}
#top_nav_wrap {
	height: 29px;
	text-align: left;
	background: #333333;
}
#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: 29px;
	border-right: 1px solid #ccc;
}
a.top_navigation, a.navigation_selected {
	display: block;
	float: left;
	font: 14px georgia, serif;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	padding: 6px 10px;
	text-transform: uppercase;
    height:17px;
}
a.top_navigation:hover, a.navigation_selected {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}
#edit-button-nav-top {
	top: 11px;
	right: 10px;
}

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

