.top_header {
	background: #FFF;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:900000000009;
	height:40px;
	font-family:"Lato",Helvetica,Arial,sans-serif !important;
    border-bottom: 1px solid #999;
    font-size: 20px;
}

.top_header ul.menu {
    text-align: right;
    padding: 0 10px;
    margin: 0;
}

.top_header ul.menu li {
    display: inline-block;
    list-style: none;
    margin-left: 5px;
    border: 1px solid #999;
    border-bottom: 0 ;
}

.top_header ul.menu li a {
    text-decoration:none !important;
    color: #17607D;
    padding: 9px;
    display: block;
}

.top_header ul.menu li:first-child a {
    color: #419B87;
}

.top_header ul.menu li:last-child a {
    color: #C12026;
}
