
#top_navigation1 {
	height: 30px;
}
#top_nav_wrap {
	height: 30px;
	text-align: left;
	background: #224865;
}
#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: 30px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
}
a.top_navigation, a.navigation_selected {
	display: block;
	float: left;
	font: 14px arial, sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 17px;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #41617a;
	margin: 1px;
}
a.top_navigation:hover, a.navigation_selected {
	background: #507796;
}
#edit-button-nav-top {
	top: 2px;
	right: 10px;
}
