
#top_navigation1 {
	height: 29px;
}
#top_nav_wrap {
	height: 29px;
	text-align: left;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#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;
}
a.top_navigation, a.navigation_selected {
	display: block;
	float: left;
	font: 12px verdana, sans-serif;
	color: #666;
	text-decoration: none;
	line-height: 16px;
	padding: 6px 10px 7px;
	background: #fff;
}
a.top_navigation:hover, a.navigation_selected {
	background: #b0dda9;
}
#edit-button-nav-top {
	top: 2px;
	right: 10px;
}
