.menu-header {
    font-family: Roboto;
    display: inline-block;
    float: left;
    margin: 0 auto;
    max-width: 1220px;
    height: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-size:21px;
    line-height: 36px;
}
.menu-header ul,
    div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-header li,
    div.menu li {
    float: left;
    position: relative;
}

.menu-header ul ul {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
    border: none;
}
.menu-header a {
    color: #fff;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
}

.menu-header a,
.menu-header span {
    line-height: 40px;
    font-family: Roboto;
    font-weight: bold;
}
.menu-header ul li:hover > ul {
    display: block;
}
.menu-header li:hover > a,
.menu-header ul ul :hover > a {
    background: #000;
    color: #009afd !important;
}
.menu-header ul ul a {
    background: #000;
    line-height: 1em;
    padding: 5px 15px;
    width: 150px;
    height: auto;
    font-size: 16px;
    text-transform: none;
}

.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
    color: #009afd;
}
.top-menu .regionallogo
{
	display:inline-block;
	max-width:100%;
	max-height:36px;
	text-indent:-119988px;
	overflow:hidden;
	text-align:left;
	text-transform:capitalize;
    margin-top: 25px;
	-moz-transition:width 0.3s ease-out;
	-o-transition:width 0.3s ease-out;
	-webkit-transition:width 0.3s ease-out;
	transition:width 0.3s ease-out
}
.menu-highlight a {
    color: #009afd;
    background-color: red;
    font-size: 25px;
    padding: 5px 0px;
}
.menu-highlight:hover a {
    color:#ffffff;
    text-decoration: underline;
}
.menu-container {
    max-width: 1220px;
    margin: 0 auto;
    border: 0px;
    padding-left: 15px;
}

.menu-header li > ul > li:last-child {
    border-bottom: 3px solid #009afd;
}
.top-menu .main-menu  {
    border-top-width: 0px;

}
#navigation .menu {
    border-top: 0px;
}
