
#top_navigation1 {
	height: 55px;
}

#top_navigation1.large {
	width: 782px !important;
}

#top_navigation1.small {
	width: 592px !important;
}

#top_nav_wrap {
	background: #fff;
	height: 55px;
	margin: 0px 0px 10px 0px;
}

#top_nav_wrap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 55px;
}

#top_nav_wrap li {
	float: left;
	height: 55px;
}

a.top_navigation, a.navigation_selected {
	background: none;
	color: #000;
	display: block;
	float: left;
	font: 18px arial, sans-serif;
	font-weight: bold;
	height: 55px;
	line-height: 18px;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 5px 0px 5px;
}

a.top_navigation:hover, a.navigation_selected {
	background: #124ee0;
	color: #fff;
}

.expand-menu {
    top:-10px;
}
