/* remove the list style */
.top_menu {padding-top:16px; text-align:right; font-size:12px; height:22px;}
.top_menu a { text-decoration:none; padding-left:15px; padding-right:15px; border-right:1px solid #666; display:block; float:right; line-height:12px;  display:inline-block;}
.top_menu a:hover { border-bottom:#8ec63f 3px solid;}

.menu_mobile, .menu_mobile2{
	float:right;
	display:none;
}

.menu_mobile a.menu_button{
	margin-right:5px;
	margin-top:-2px;
	display:block;
}

.menu_dropdown{
	position:fixed;
	z-index:99999;
	right:0px;
	top:0px;
	display:none;
}

.menu_dropdown a{
	width:192px;
	display:block;
	padding-left:23px;
	line-height:50px;
	background-color:rgba(255, 255, 255, 0.95);
	border-bottom:#e3e3e3 2px solid;
	text-decoration:none;
	font-family:"Source Sans Pro",sans-serif;
	font-weight:300 !important;
}

.menu_dropdown a.link{
	font-size:18px;
	color:#4c4c4c;
}

.menu_dropdown a.sublink{
	color:#6c6c6c;
	font-size:16px;
}

.menu_dropdown a.link_sel{
	font-size:18px;
	color:#4c4c4c;
	background-color:#4a1178;
	color:#FFF;
}

.menu_subcontent{
	display:none;
}

.fleha{
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:fixed;
	background-color:rgba(0,0,0,0.8);
	z-index:99998;
	display:none;
	cursor:pointer;
}