@CHARSET "UTF-8";

.frame-row1 {
	height: 80px;
	background: white;
	border: solid 0.5px #94A0B1;
	box-shadow: 0 0 3px #000000;
	position: sticky;
	top: 0;
	z-index: 98;
}

.top_menu-logo {
	
}

.top_menu-box {
	display: table-cell;	
	white-space: nowrap;
	line-height: 75px;
}

.top_menu-left {
	display: table-cell;
	width: 100%;	
}

.top_menu-item {	
    display: table-cell;    	
    text-align: end;
}

.top_menu-item span {
	font-family: 'Montserrat, Medium', Arial;
	font-size: 17px;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 7px;
	line-height: 80px;
}

.top_menu-item a {
    text-decoration: none;
    color: #010101;
}

.top_menu-item-selected {	
	display: table-cell;
    text-align: center;
	border-bottom: 2px white solid;
	cursor: default;
}

.top_menu-item-selected span {
	font-family: 'Montserrat, Medium', Arial;
	font-size: 17px;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 7px;
	border-bottom: solid #2C3782 2px;
}

.top_menu-item-selected a {
    text-decoration: none;
    color: #010101;
}

.top_menu-item:hover span {
	border-bottom: solid #2C3782 2px;
}

.top_menu-item-post_offer {	
	display: table-cell;
	vertical-align: middle;
	padding: 20px 25px 20px 25px;
}

.top_menu-item-post_offer-box {	
	width: 220px;
    height: 40px;
    background: #FFDD55; 
    border-radius: 2px;  
    line-height: 40px;
	text-align: center;
}

.top_menu-item-post_offer span {
	font-family: 'Montserrat, Medium', Arial;
	font-size: 17px;
}

.top_menu-item-post_offer a {
    text-decoration: none;
    color: #010101;
}


