
#top_navigation1 {
	height: 30px;
	margin: 0;
}
#top_navigation1.large {
	width: 832px !important;
}
#top_navigation1.small {
	width: 642px !important;
}
#top_nav_wrap {
	height: 30px;
	background: #ffffff;
	margin: 6px 0px 6px 0px;
}
#top_nav_wrap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#top_nav_wrap li {
	float: left;
	height: 30px;
}
a.top_navigation, a.navigation_selected {
	background: #fff;
	color: black;
	display: block;
	float: left;
	font: 15px arial, sans-serif;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
}
a.top_navigation:hover, a.navigation_selected {
	background: #939598;
	color: white;
}
#edit-button-nav-top {
	top: 2px;
	right: 10px;
}
.expand-menu {
    top:-6px;
}
