	.top_menu {
		position: absolute;
		left: 0px;
		top: 165px;
		display: table;
		list-style: none;
		padding: 0;
		margin: 0 !important;
		overflow: visible !important;
		z-index: 10000;
	}

	.top_menu li {
		display: inline-block;
		position: relative;
	}

	.top_menu a {
		padding: 3px 8px 3px 8px;
		text-transform: uppercase;
		text-decoration: none;
		font: normal 22px FRAMDCN;
		
	}
	.top_menu>li:first-child>a {
		padding-left: 0;
	}
	.top_menu>li:nth-child(8)>a {
		color:black;
		background-color:#f9ec40;
		border-radius: 5px;
	}

	.top_menu a.selected {
		color: #ff4401;
	}

	.top_menu a:hover {
		color: #ff4401;
	}
	.top_menu ul {
        display: none;
        width: 170px;
        left: -15px;
        top: 25px;
        position: absolute;
        padding: 15px 0 5px;
        margin: 0 !important;
        background-color: white;
        border-radius: 0 0 5px 5px;
	}
	.top_menu li:hover ul {
		display: block;
	}
	.top_menu ul li {
		margin: 0 !important;
	}
	.top_menu ul a {
		text-transform: none;
    font-size: 17px;
    padding: 5px 15px 5px 15px !important;
    margin: 0 0 10px !important;
    display: block;
	}